]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/at91cap9adk.h
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
[karo-tx-uboot.git] / include / configs / at91cap9adk.h
index acf452bbe3667745c0cd3c2708cdf16cb8c14b92..fb5358c787c91f6f499fe88eb64665b31c5fb258 100644 (file)
 #else
 
 /* bootstrap + u-boot + env + linux in norflash */
-#define CFG_ENV_IS_IN_FLASH    1
+#define CONFIG_ENV_IS_IN_FLASH 1
 #define CFG_MONITOR_BASE       (PHYS_FLASH_1 + 0x8000)
 #define CFG_ENV_OFFSET         0x4000
 #define CFG_ENV_ADDR           (PHYS_FLASH_1 + CFG_ENV_OFFSET)