summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-06-23 15:49:51 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-02 08:24:08 +0200
commit7d7a982541bf4c7be52c87cf60944e7c2ac6833e (patch)
tree1e74b27583e696e4e615b2138e8d6cc68089ee3c /images
parent41f53d8d17863a28d82ad4558e0f53a8806c8950 (diff)
downloadbarebox-7d7a982541bf4c7be52c87cf60944e7c2ac6833e.tar.gz
barebox-7d7a982541bf4c7be52c87cf60944e7c2ac6833e.tar.xz
ARM: i.MX51 babbage: 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 72e8cde1d1..d13be84108 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -16,7 +16,7 @@ image-$(CONFIG_MACH_PCM038) += barebox-phytec-phycore-imx27.img
# ----------------------- i.MX51 based boards ---------------------------
pblx-$(CONFIG_MACH_FREESCALE_MX51_PDK) += start_imx51_babbage
-CFG_start_imx51_babbage.pblx.imximg = $(board)/freescale-mx51-pdk/flash-header.imxcfg
+CFG_start_imx51_babbage.pblx.imximg = $(board)/freescale-mx51-pdk/flash-header-imx51-babbage.imxcfg
imximage-$(CONFIG_MACH_FREESCALE_MX51_PDK) += start_imx51_babbage.pblx.imximg
FILE_barebox-freescale-imx51-babbage.img = start_imx51_babbage.pblx.imximg
image-$(CONFIG_MACH_FREESCALE_MX51_PDK) += barebox-freescale-imx51-babbage.img