]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/ETX094.h
rename CFG_ENV macros to CONFIG_ENV
[karo-tx-uboot.git] / include / configs / ETX094.h
index 940e53d23a395eb7b7695eaca8281a891cbba997..adf79c7376149597f86b886162086890c310bb97 100644 (file)
 
 #define        CONFIG_ENV_IS_IN_FLASH  1
 #ifdef CONFIG_FLASH_16BIT
-#define CFG_ENV_OFFSET         0x8000  /* Offset   of Environment Sector       */
-#define        CFG_ENV_SIZE            0x8000  /* Total Size of Environment Sector     */
+#define CONFIG_ENV_OFFSET              0x8000  /* Offset   of Environment Sector       */
+#define        CONFIG_ENV_SIZE         0x8000  /* Total Size of Environment Sector     */
 #else
-#define CFG_ENV_OFFSET         0x8000  /* Offset   of Environment Sector       */
-#define        CFG_ENV_SIZE            0x4000  /* Total Size of Environment Sector     */
+#define CONFIG_ENV_OFFSET              0x8000  /* Offset   of Environment Sector       */
+#define        CONFIG_ENV_SIZE         0x4000  /* Total Size of Environment Sector     */
 #endif
 
 /*-----------------------------------------------------------------------