summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2019-08-19 12:00:46 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-08-19 15:43:31 +0200
commitda7695b6189747212c3d7ac9a67728677c089478 (patch)
tree4f64895f265548fc1213f9159525af57498ba442 /images
parenta3e62ffc7341254fd754886e560865556bc731c8 (diff)
downloadbarebox-da7695b6189747212c3d7ac9a67728677c089478.tar.gz
barebox-da7695b6189747212c3d7ac9a67728677c089478.tar.xz
ARM: socfpga: fix xload on arria10
Since the commit 5a1a5ed2537d7d12f851f3778707681d6c08d6e8 ARM: images: use piggydata the loading mechanism in the arria10 xload is neither functional nor needed. Now, barebox has/can be loaded like a normal image, so the filesize, that is written to the barebox header, can be evaluated. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.socfpga2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile.socfpga b/images/Makefile.socfpga
index 6b346a5f84..b36e2a5033 100644
--- a/images/Makefile.socfpga
+++ b/images/Makefile.socfpga
@@ -4,7 +4,7 @@
# %.socfpgaimg - convert into socfpga image
# ----------------------------------------------------------------
-SOCFPGA_IMAGE_ARGS-$(CONFIG_ARCH_SOCFPGA_ARRIA10) += -v1
+SOCFPGA_IMAGE_ARGS-$(CONFIG_ARCH_SOCFPGA_ARRIA10) += -v1 -b
SOCFPGA_IMAGE_ARGS-$(CONFIG_ARCH_SOCFPGA_CYCLONE5) += -v0
quiet_cmd_socfpga_image = SOCFPGA-IMG $@