]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - Makefile
Build: PXA: Fix Vpac270 build variants
[people/ms/u-boot.git] / Makefile
index 25e8fc83e09db0cad1eec2d059a54ecf0949be54..8078d71d93ad2d062431c3d3307f88ae7f7f3715 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1018,22 +1018,6 @@ trizepsiv_config :       unconfig
        fi;
        @$(MKCONFIG) -n $@ -a trizepsiv arm pxa trizepsiv
 
-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 ; \
-               echo "#define CONFIG_256M_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
-
 #########################################################################
 ## ARM1136 Systems
 #########################################################################