]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/stxssa.h
rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
[karo-tx-uboot.git] / include / configs / stxssa.h
index ac349df297f4e6d34a3cd055229c03bbbc1a23d5..4f1d70c3d5daf450a18779bb1de638ab739aa9d7 100644 (file)
 
 /* 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 */
  * 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
 
        ""
 #define CONFIG_BOOTCOMMAND     "run flash_self"
 
-#endif /* CFG_ENV_IS_IN_EEPROM */
+#endif /* CONFIG_ENV_IS_IN_EEPROM */
 
 #endif /* __CONFIG_H */