]> git.sur5r.net Git - u-boot/blobdiff - Makefile
Separate omap24xx specific code from arm1136
[u-boot] / Makefile
index 4255cf5a02ddc51b8f4337c0b6a75ed21c2f4c22..a9f4bd3cd78f9771ebaee99a1822b1b01e167519 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2587,12 +2587,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
 
 #========================================================================