summaryrefslogtreecommitdiffstats
path: root/include/configs/stxssa.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/stxssa.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/stxssa.h')
-rw-r--r--include/configs/stxssa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/stxssa.h b/include/configs/stxssa.h
index ac349df297..4f1d70c3d5 100644
--- a/include/configs/stxssa.h
+++ b/include/configs/stxssa.h
@@ -313,7 +313,7 @@
/* Environment - default config is in flash, see below */
#if 0 /* in EEPROM */
-# define CFG_ENV_IS_IN_EEPROM 1
+# define CONFIG_ENV_IS_IN_EEPROM 1
# define CFG_ENV_OFFSET 0
# define CFG_ENV_SIZE 2048
#else /* in flash */
@@ -426,7 +426,7 @@
* but only little space is available, so we use a very simple setup.
* With environment in flash, we use a more powerful default configuration.
*/
-#ifdef CFG_ENV_IS_IN_EEPROM /* use restricted "standard" environment */
+#ifdef CONFIG_ENV_IS_IN_EEPROM /* use restricted "standard" environment */
#define CONFIG_BAUDRATE 38400
@@ -480,6 +480,6 @@
""
#define CONFIG_BOOTCOMMAND "run flash_self"
-#endif /* CFG_ENV_IS_IN_EEPROM */
+#endif /* CONFIG_ENV_IS_IN_EEPROM */
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud