summaryrefslogtreecommitdiffstats
path: root/doc/README.adnpesc1
diff options
context:
space:
mode:
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-12-17 16:53:07 +0100
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-12-17 16:53:07 +0100
commitcb5473205206c7f14cbb1e747f28ec75b48826e2 (patch)
tree8f4808d60917100b18a10b05230f7638a0a9bbcc /doc/README.adnpesc1
parentbaf449fc5ff96f071bb0e3789fd3265f6d4fd9a0 (diff)
parent92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb (diff)
downloadtalos-obmc-uboot-cb5473205206c7f14cbb1e747f28ec75b48826e2.tar.gz
talos-obmc-uboot-cb5473205206c7f14cbb1e747f28ec75b48826e2.zip
Merge branch 'fixes' into cleanups
Conflicts: board/atmel/atngw100/atngw100.c board/atmel/atstk1000/atstk1000.c cpu/at32ap/at32ap700x/gpio.c include/asm-avr32/arch-at32ap700x/clk.h include/configs/atngw100.h include/configs/atstk1002.h include/configs/atstk1003.h include/configs/atstk1004.h include/configs/atstk1006.h include/configs/favr-32-ezkit.h include/configs/hammerhead.h include/configs/mimc200.h
Diffstat (limited to 'doc/README.adnpesc1')
-rw-r--r--doc/README.adnpesc114
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/README.adnpesc1 b/doc/README.adnpesc1
index 5257f18b4b..f9566b8ee8 100644
--- a/doc/README.adnpesc1
+++ b/doc/README.adnpesc1
@@ -78,7 +78,7 @@ configuration settings occupies about 97 KBytes of flash.
A minimal configuration occupies less than 70 KByte
(network, SPI, POST and board command support disabled). You
can save more memory by deactivating the Hu-Shell support and
-long command help (CFG_HUSH_PARSER, CFG_LONGHELP).
+long command help (CONFIG_SYS_HUSH_PARSER, CONFIG_SYS_LONGHELP).
To program U-Boot into the ADNP/ESC1 flash using GERMS do the
following:
@@ -193,24 +193,24 @@ you have to check-up the next environment variables:
- this is the startup address for autoboot
- each Nios application code we want to update will be copied
to this address
- - default is CFG_ADNPESC1_NIOS_APPL_ENTRY
+ - default is CONFIG_SYS_ADNPESC1_NIOS_APPL_ENTRY
3. appl_end_addr
- Nios application area end address (usually in Flash)
- will be used to unprotect/erase the Flash area while updating
- - default is CFG_ADNPESC1_NIOS_APPL_END
+ - default is CONFIG_SYS_ADNPESC1_NIOS_APPL_END
4. appl_ident_addr
- address of the Nios application identification string
- this is the address checked-up by autoboot
- - default is CFG_ADNPESC1_NIOS_APPL_IDENT
+ - default is CONFIG_SYS_ADNPESC1_NIOS_APPL_IDENT
5. appl_ident_str
- the Nios application identification string itself
- - default is CFG_ADNPESC1_NIOS_IDENTIFIER
+ - default is CONFIG_SYS_ADNPESC1_NIOS_IDENTIFIER
6. appl_name
@@ -221,13 +221,13 @@ you have to check-up the next environment variables:
- optionally file system area start address (usually in Flash)
- each file system we want to update will be copied to this address
- - default is CFG_ADNPESC1_FILESYSTEM_BASE
+ - default is CONFIG_SYS_ADNPESC1_FILESYSTEM_BASE
8. fs_end_addr
- optionally file system area end address (usually in Flash)
- will be used to unprotect/erase the Flash area while updating
- - default is CFG_ADNPESC1_FILESYSTEM_END
+ - default is CONFIG_SYS_ADNPESC1_FILESYSTEM_END
9. fs_name
OpenPOWER on IntegriCloud