summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-07-09 10:11:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-09 19:29:28 +0200
commit1f6ec400f7e685b2f352fa7fb445b6680eedff1a (patch)
tree881f7a46bdc8216606c5a18b62f61e3d854524a0 /images
parentca27090c1e3f9336e731a9dbe46ce89d8e07f7ff (diff)
downloadbarebox-1f6ec400f7e685b2f352fa7fb445b6680eedff1a.tar.gz
barebox-1f6ec400f7e685b2f352fa7fb445b6680eedff1a.tar.xz
Revert "ARM: i.MX27 pcm038: switch to multi image"
This reverts commit 08c0e206b3614eeecc1c3cee63665077360212e5. The external NAND boot code currently uses the _text linker variable to determine a place for the image. This doesn't work with multi image support which will link the binary at 0x0. Revert multi image support for the pcm038 for now until a solution is found. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.imx5
1 files changed, 0 insertions, 5 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index 788800ea85..e54be06a72 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -9,11 +9,6 @@ $(obj)/%.imximg: $(obj)/% FORCE
board = $(srctree)/arch/$(ARCH)/boards
-# ----------------------- i.MX27 based boards ---------------------------
-pblx-$(CONFIG_MACH_PCM038) += start_imx27_pcm038
-FILE_barebox-phytec-phycore-imx27.img = start_imx27_pcm038.pblx
-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-imx51-babbage.imxcfg