diff options
author | Thomas Weber <thomas@tomweber.eu> | 2012-03-24 22:44:01 +0000 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2012-03-27 13:31:37 +0200 |
commit | c46bf09e0b567dda477da53163fe646e66c4912e (patch) | |
tree | 7d2da19b2e7242e0d31ed56d8f3e1bce0fb5d44e /doc/README.at91 | |
parent | 7e71dc68846647f387a74d50924da1218e197089 (diff) | |
download | u-boot-imx-c46bf09e0b567dda477da53163fe646e66c4912e.zip u-boot-imx-c46bf09e0b567dda477da53163fe646e66c4912e.tar.gz u-boot-imx-c46bf09e0b567dda477da53163fe646e66c4912e.tar.bz2 |
doc: Fix some typos in different files
adresses/addresses
alernate/alternate
asssuming/assuming
calcualted/calculated
enviroment/environment
evalutation/evaluation
falsh/flash
labled/labeled
paramaters/parameters
Signed-off-by: Thomas Weber <thomas@tomweber.eu>
Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'doc/README.at91')
-rw-r--r-- | doc/README.at91 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.at91 b/doc/README.at91 index 84b5595..b51df00 100644 --- a/doc/README.at91 +++ b/doc/README.at91 @@ -62,16 +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) + - Nor flash (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 + make at91sam9263ek_norflash_config - use nor flash You can choose to boot directly from U-Boot at config step - make at91sam9263ek_norflash_boot_config - boot from nor falsh + make at91sam9263ek_norflash_boot_config - boot from nor flash ------------------------------------------------------------------------------ |