From 13a5695b7c454d5a2a5a885002cfe0e18536dad9 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 9 Jun 2004 14:58:14 +0000 Subject: Patch by Jian Zhang, 20 May 2004: add support for environment in NAND flash --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README') 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 -- cgit