diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-06-13 12:48:36 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-06-21 16:18:11 +0200 |
commit | 1b3b7c640d04df2ba9a9d947117d112a75fee7f4 (patch) | |
tree | 269693529e6646969a4424d55b21582c8e015026 /doc | |
parent | 329492329700812c6df275aa0fda09d609cd0fd4 (diff) | |
download | u-boot-imx-1b3b7c640d04df2ba9a9d947117d112a75fee7f4.zip u-boot-imx-1b3b7c640d04df2ba9a9d947117d112a75fee7f4.tar.gz u-boot-imx-1b3b7c640d04df2ba9a9d947117d112a75fee7f4.tar.bz2 |
at91sam9263ek: add nor flash support
this will allow you to store use it for the env and to boot directly U-Boot from
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.at91 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/README.at91 b/doc/README.at91 index 9b4eae6..4a2c56b 100644 --- a/doc/README.at91 +++ b/doc/README.at91 @@ -62,11 +62,16 @@ Environment variables U-Boot environment variables can be stored at different places: - Dataflash on SPI chip select 0 (dataflash card) - Nand flash. + - Nor falsh (not populate by default) You can choose your storage location at config step (here for at91sam9260ek) : make at91sam9263ek_config - use data flash (spi cs0) (default) make at91sam9263ek_nandflash_config - use nand flash make at91sam9263ek_dataflash_cs0_config - use data flash (spi cs0) + make at91sam9263ek_norflash_config - use nor falsh + + You can choose to boot directly from U-Boot at config step + make at91sam9263ek_norflash_boot_config - boot from nor falsh ------------------------------------------------------------------------------ |