summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2010-10-16 21:32:11 +0200
committerWolfgang Denk <wd@denx.de>2010-10-19 23:05:12 +0200
commit451a0c39ae8553cb7f1ae3385211c0c17d391465 (patch)
treec01bf4d207d7a684829dd0b8df02170691deea51 /Makefile
parent20ae5193e325ad005ca9e15377838e0763069658 (diff)
downloadblackbird-obmc-uboot-451a0c39ae8553cb7f1ae3385211c0c17d391465.tar.gz
blackbird-obmc-uboot-451a0c39ae8553cb7f1ae3385211c0c17d391465.zip
PXA: Fix vpac270 OneNAND booter
NOTE: The modification in Makefile will be superseded by a pending patch! Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d18a973a24..25e8fc83e0 100644
--- a/Makefile
+++ b/Makefile
@@ -1025,6 +1025,8 @@ vpac270_onenand_config : unconfig
@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" \
OpenPOWER on IntegriCloud