]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/cobra5272.h
rename CFG_ENV macros to CONFIG_ENV
[karo-tx-uboot.git] / include / configs / cobra5272.h
index c908d5aa3d57d475b9592042e5e18d848800d1c1..9b729acf8edfde1cdd1bb209b2e4d45944d82cf6 100644 (file)
  */
 
 #ifndef CONFIG_MONITOR_IS_IN_RAM
-#define CFG_ENV_OFFSET         0x4000
-#define CFG_ENV_SECT_SIZE      0x2000
+#define CONFIG_ENV_OFFSET              0x4000
+#define CONFIG_ENV_SECT_SIZE   0x2000
 #define CONFIG_ENV_IS_IN_FLASH 1
-#define CFG_ENV_IS_EMBEDDED    1
+#define CONFIG_ENV_IS_EMBEDDED 1
 #else
-#define CFG_ENV_ADDR           0xffe04000
-#define CFG_ENV_SECT_SIZE      0x2000
+#define CONFIG_ENV_ADDR                0xffe04000
+#define CONFIG_ENV_SECT_SIZE   0x2000
 #define CONFIG_ENV_IS_IN_FLASH 1
 #endif