summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2010-10-03 18:27:36 +0200
committerWolfgang Denk <wd@denx.de>2010-10-19 23:05:15 +0200
commitf97e9c65b3906cd656c14ed0fd35eae0c1649857 (patch)
tree1f2369cf306fcb0155dafe4c6e751818102e6f89 /Makefile
parent451a0c39ae8553cb7f1ae3385211c0c17d391465 (diff)
downloadtalos-obmc-uboot-f97e9c65b3906cd656c14ed0fd35eae0c1649857.tar.gz
talos-obmc-uboot-f97e9c65b3906cd656c14ed0fd35eae0c1649857.zip
Build: PXA: Fix Vpac270 build variants
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile b/Makefile
index 25e8fc83e0..8078d71d93 100644
--- 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
#########################################################################
OpenPOWER on IntegriCloud