diff options
author | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 22:48:04 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 22:48:04 +0200 |
commit | 5a1aceb0689e2f731491838970884a673ef7e7d3 (patch) | |
tree | ecd34fd2a8454ff2fc1d67d81f193dd8313e77ef /README | |
parent | 7d9b5bae5ba558c7464d89d033aca04acaf01172 (diff) |
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2104,7 +2104,7 @@ The following definitions that deal with the placement and management of environment data (variable area); in general, we support the following configurations: -- CFG_ENV_IS_IN_FLASH: +- CONFIG_ENV_IS_IN_FLASH: Define this if the environment is in flash memory. @@ -2146,7 +2146,7 @@ following configurations: - CFG_ENV_SIZE: - If you use this in combination with CFG_ENV_IS_IN_FLASH + If you use this in combination with CONFIG_ENV_IS_IN_FLASH and CFG_ENV_SECT_SIZE, you can specify to use only a part of this flash sector for the environment. This saves memory for the RAM copy of the environment. |