summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-06-23 16:22:57 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-02 08:24:08 +0200
commit170157541867deba702ba0745a30d27ac84c7d0f (patch)
treef09b6ebf4b2f1b2dbb3d369c6628d388736fccaf /images
parent7f900e0b60d4f144072acb7ccfc1fa0f198c6517 (diff)
downloadbarebox-170157541867deba702ba0745a30d27ac84c7d0f.tar.gz
barebox-170157541867deba702ba0745a30d27ac84c7d0f.tar.xz
ARM: i.MX53 loco: add board name to flash header file
This is necessary because the C name for the flash header matches the filename. For multiple board support we have to make the name unique to prevent linker errors. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.imx2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index d13be84108..002e73b4e5 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -23,7 +23,7 @@ image-$(CONFIG_MACH_FREESCALE_MX51_PDK) += barebox-freescale-imx51-babbage.img
# ----------------------- i.MX53 based boards ---------------------------
pblx-$(CONFIG_MACH_FREESCALE_MX53_LOCO) += start_imx53_loco
-CFG_start_imx53_loco.pblx.imximg = $(board)/freescale-mx53-loco/flash-header.imxcfg
+CFG_start_imx53_loco.pblx.imximg = $(board)/freescale-mx53-loco/flash-header-imx53-loco.imxcfg
imximage-$(CONFIG_MACH_FREESCALE_MX53_LOCO) += start_imx53_loco.pblx.imximg
FILE_barebox-freescale-imx53-loco.img = start_imx53_loco.pblx.imximg
image-$(CONFIG_MACH_FREESCALE_MX53_LOCO) += barebox-freescale-imx53-loco.img