diff options
author | wdenk <wdenk> | 2004-06-09 14:58:14 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-09 14:58:14 +0000 |
commit | 13a5695b7c454d5a2a5a885002cfe0e18536dad9 (patch) | |
tree | 5241d79f04e978a427ad34f49b367984cdc88001 /README | |
parent | c3c7f861aef5abb5173f16af66c3941149954553 (diff) | |
download | bootable_bootloader_goldelico_gta04-13a5695b7c454d5a2a5a885002cfe0e18536dad9.zip bootable_bootloader_goldelico_gta04-13a5695b7c454d5a2a5a885002cfe0e18536dad9.tar.gz bootable_bootloader_goldelico_gta04-13a5695b7c454d5a2a5a885002cfe0e18536dad9.tar.bz2 |
Patch by Jian Zhang, 20 May 2004:
add support for environment in NAND flash
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1827,6 +1827,16 @@ to save the current settings. environment area within the total memory of your DataFlash placed at the specified address. +- CFG_ENV_IS_IN_NAND: + + Define this if you have a NAND device which you want to use + for the environment. + + - CFG_ENV_OFFSET: + - CFG_ENV_SIZE: + + These two #defines specify the offset and size of the environment + area within the first NAND device. - CFG_SPI_INIT_OFFSET |