]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/SMN42.h
rename CFG_ENV macros to CONFIG_ENV
[karo-tx-uboot.git] / include / configs / SMN42.h
index a5d3d695889192828a737df137047b91f1fd894f..45fe14b419a563ea68755006fe1f44945aa4ed02 100644 (file)
@@ -49,7 +49,7 @@
 /*
  * Size of malloc() pool
  */
-#define CFG_MALLOC_LEN         (CFG_ENV_SIZE + 128*1024)
+#define CFG_MALLOC_LEN         (CONFIG_ENV_SIZE + 128*1024)
 #define CFG_GBL_DATA_SIZE      128     /* size in bytes reserved for initial data */
 
 /*
 
 #define CFG_MAX_FLASH_BANKS    2       /* max number of memory banks           */
 
-#define        CFG_ENV_IS_IN_FLASH     1
+#define        CONFIG_ENV_IS_IN_FLASH  1
 /* The Environment Sector is in the CPU-internal flash */
 #define CFG_FLASH_BASE         0
-#define CFG_ENV_OFFSET         0x3C000
-#define CFG_ENV_ADDR           (CFG_FLASH_BASE + CFG_ENV_OFFSET)
-#define CFG_ENV_SIZE           0x2000 /* Total Size of Environment Sector      */
+#define CONFIG_ENV_OFFSET              0x3C000
+#define CONFIG_ENV_ADDR                (CFG_FLASH_BASE + CONFIG_ENV_OFFSET)
+#define CONFIG_ENV_SIZE                0x2000 /* Total Size of Environment Sector      */
 
 #define CONFIG_CMDLINE_TAG
 #define CONFIG_SETUP_MEMORY_TAGS