summaryrefslogtreecommitdiffstats
path: root/include/configs/ELPT860.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-09-05 09:19:30 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-09-10 21:09:38 +0200
commitbb1f8b4f8bb0bfce52e0faa4637b975b745824b3 (patch)
tree41ed6f454bbd33bdfa485fcc427ea8e9af5cf114 /include/configs/ELPT860.h
parent32628c5008105a732212003d83b75f05e5243bb2 (diff)
downloadtalos-obmc-uboot-bb1f8b4f8bb0bfce52e0faa4637b975b745824b3.tar.gz
talos-obmc-uboot-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 'include/configs/ELPT860.h')
-rw-r--r--include/configs/ELPT860.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ELPT860.h b/include/configs/ELPT860.h
index f927a2c9cc..828dd9fe68 100644
--- a/include/configs/ELPT860.h
+++ b/include/configs/ELPT860.h
@@ -138,7 +138,7 @@
#define CONFIG_ENV_OVERWRITE 1 /* Allow Overwrite of serial# & ethaddr */
#undef CFG_ENV_IS_IN_NVRAM /* Environment is in NVRAM */
-#undef CFG_ENV_IS_IN_EEPROM /* Environment is in I2C EEPROM */
+#undef CONFIG_ENV_IS_IN_EEPROM /* Environment is in I2C EEPROM */
#define CFG_ENV_IS_IN_FLASH 1 /* Environment is in FLASH */
#define CONFIG_BAUDRATE 9600 /* console baudrate = 9600 bps */
OpenPOWER on IntegriCloud