summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-03-26 20:40:36 +0100
committerWolfgang Denk <wd@denx.de>2008-04-13 14:15:15 -0700
commit5252ed95204bdf55bec5a90ea69860bf2f78c643 (patch)
tree191e19a29fa0700987c9ab63cc69d16db3006c34 /Makefile
parent1f1d88dd40815332df32982e739f2ddd2da6fe1a (diff)
downloadtalos-obmc-uboot-5252ed95204bdf55bec5a90ea69860bf2f78c643.tar.gz
talos-obmc-uboot-5252ed95204bdf55bec5a90ea69860bf2f78c643.zip
Separate omap24xx specific code from arm1136
Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f4b5bcd718..b6af4bee99 100644
--- a/Makefile
+++ b/Makefile
@@ -2598,12 +2598,12 @@ zylonite_config :
## ARM1136 Systems
#########################################################################
omap2420h4_config : unconfig
- @$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4
+ @$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 NULL omap24xx
apollon_config : unconfig
@mkdir -p $(obj)include
@echo "#define CONFIG_ONENAND_U_BOOT" > $(obj)include/config.h
- @$(MKCONFIG) $(@:_config=) arm arm1136 apollon
+ @$(MKCONFIG) $(@:_config=) arm arm1136 apollon NULL omap24xx
@echo "CONFIG_ONENAND_U_BOOT = y" >> $(obj)include/config.mk
#========================================================================
OpenPOWER on IntegriCloud