summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-06-09 14:58:14 +0000
committerwdenk <wdenk>2004-06-09 14:58:14 +0000
commit13a5695b7c454d5a2a5a885002cfe0e18536dad9 (patch)
tree5241d79f04e978a427ad34f49b367984cdc88001 /README
parentc3c7f861aef5abb5173f16af66c3941149954553 (diff)
downloadtalos-obmc-uboot-13a5695b7c454d5a2a5a885002cfe0e18536dad9.tar.gz
talos-obmc-uboot-13a5695b7c454d5a2a5a885002cfe0e18536dad9.zip
Patch by Jian Zhang, 20 May 2004:
add support for environment in NAND flash
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 21c7a5ce31..b197b1d57c 100644
--- a/README
+++ b/README
@@ -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
OpenPOWER on IntegriCloud