summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlessandro Rubini <rubini@unipv.it>2009-06-22 09:18:57 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-07-06 21:53:06 +0200
commitf7aa59b29a451cc502078a9e4ba32345a4250c05 (patch)
treed47c46d9f8a52ee42654e728a42888c22f6a4ecd /Makefile
parentfd14c41a861cd38ee2fe3abd61d59b57b4eb23c9 (diff)
downloadblackbird-obmc-uboot-f7aa59b29a451cc502078a9e4ba32345a4250c05.tar.gz
blackbird-obmc-uboot-f7aa59b29a451cc502078a9e4ba32345a4250c05.zip
arm nomadik: allow Nand and OneNand to coexists
The evaluation kit has both Nand and OneNand, both drivers are there and the two configurations only select a different default for the jffs partition. This adds the OneNand driver and cleans up storage. Signed-off-by: Alessandro Rubini <rubini@unipv.it> Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3877c97209..d486b55422 100644
--- a/Makefile
+++ b/Makefile
@@ -2860,9 +2860,9 @@ nhk8815_onenand_config: unconfig
@ > $(obj)include/config.h
@if [ "$(findstring _onenand, $@)" ] ; then \
echo "#define CONFIG_BOOT_ONENAND" >> $(obj)include/config.h; \
- $(XECHO) "... configured for OneNand Flash"; \
+ $(XECHO) "... configured to boot from OneNand Flash"; \
else \
- $(XECHO) "... configured for Nand Flash"; \
+ $(XECHO) "... configured to boot from Nand Flash"; \
fi
@$(MKCONFIG) -a nhk8815 arm arm926ejs nhk8815 st nomadik
OpenPOWER on IntegriCloud