aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD2008-09-05 02:19:30 -0500
committerJean-Christophe PLAGNIOL-VILLARD2008-09-10 14:09:38 -0500
commitbb1f8b4f8bb0bfce52e0faa4637b975b745824b3 (patch)
tree41ed6f454bbd33bdfa485fcc427ea8e9af5cf114 /README
parent32628c5008105a732212003d83b75f05e5243bb2 (diff)
downloadu-boot-bb1f8b4f8bb0bfce52e0faa4637b975b745824b3.tar.gz
u-boot-bb1f8b4f8bb0bfce52e0faa4637b975b745824b3.tar.xz
u-boot-bb1f8b4f8bb0bfce52e0faa4637b975b745824b3.zip
rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 44b450c6e2..48232553f1 100644
--- a/README
+++ b/README
@@ -2199,7 +2199,7 @@ keep settings there always unmodified except somebody uses "saveenv"
2199to save the current settings. 2199to save the current settings.
2200 2200
2201 2201
2202- CFG_ENV_IS_IN_EEPROM: 2202- CONFIG_ENV_IS_IN_EEPROM:
2203 2203
2204 Use this if you have an EEPROM or similar serial access 2204 Use this if you have an EEPROM or similar serial access
2205 device and a driver for it. 2205 device and a driver for it.