]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
PXA: Voipac270 improvements
[karo-tx-uboot.git] / Makefile
index 30a564d3cbd67988cdfd904f4fdb851727948ce6..d18a973a244f1cc86b4236b58ecaa15253946608 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1018,13 +1018,18 @@ trizepsiv_config        :       unconfig
        fi;
        @$(MKCONFIG) -n $@ -a trizepsiv arm pxa trizepsiv
 
-vpac270_nor_config \
+vpac270_nor_256M_config \
+vpac270_nor_128M_config \
 vpac270_onenand_config : unconfig
        @mkdir -p $(obj)include
        @if [ "$(findstring onenand,$@)" ] ; then \
                echo "#define CONFIG_ONENAND_U_BOOT" \
                        >>$(obj)include/config.h ; \
        fi;
+       @if [ "$(findstring 256M,$@)" ] ; then \
+               echo "#define CONFIG_256M_U_BOOT" \
+                       >>$(obj)include/config.h ; \
+       fi;
        @$(MKCONFIG) -n $@ -a vpac270 arm pxa vpac270
 
 #########################################################################