diff options
author | Alessandro Rubini <rubini@unipv.it> | 2009-06-22 09:18:57 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-07-06 21:53:06 +0200 |
commit | f7aa59b29a451cc502078a9e4ba32345a4250c05 (patch) | |
tree | d47c46d9f8a52ee42654e728a42888c22f6a4ecd /doc/README.nhk8815 | |
parent | fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9 (diff) |
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 'doc/README.nhk8815')
-rw-r--r-- | doc/README.nhk8815 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/README.nhk8815 b/doc/README.nhk8815 index 453cfaeab8b..9008e393637 100644 --- a/doc/README.nhk8815 +++ b/doc/README.nhk8815 @@ -15,6 +15,16 @@ SDRAM configuration, PLL setup and initial loading from NAND is implemented in the X-Loader, so U-Boot is already running in SDRAM when control is handed over to it. +The Makefile offers two different configurations to be used if you +boot from Nand or OneNand. + + make nhk8815_config + make nhk8815_onenand_config + +Both support OneNand and Nand. Since U-Boot, running in RAM, can't know +where it was loaded from, the configurations differ in where the filesystem +is looked for by default. + On www.st.com/nomadik and on www.stnwireless.com there are documents, summary data and white papers on Nomadik. The full datasheet for |