]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/bf548-ezkit.h
Blackfin: tweak embedded LDR env config option
[people/ms/u-boot.git] / include / configs / bf548-ezkit.h
index 5b9de169581204c13cbd4c14ca2a11a7b3e4d000..d0a9e491fcef7e49f10bb5c1dccb3548ce1be5c7 100644 (file)
 #define CONFIG_ENV_OFFSET      0x10000
 #define CONFIG_ENV_SIZE                0x2000
 #define CONFIG_ENV_SECT_SIZE   0x10000
-#define ENV_IS_EMBEDDED_CUSTOM
+#define CONFIG_ENV_IS_EMBEDDED_IN_LDR
 #elif (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_NAND)
 #define CONFIG_ENV_IS_IN_NAND
 #define CONFIG_ENV_OFFSET      0x40000
 #define CONFIG_ENV_OFFSET      0x2000
 #define CONFIG_ENV_SIZE                0x2000
 #define CONFIG_ENV_SECT_SIZE   (128 * 1024)
-#define ENV_IS_EMBEDDED_CUSTOM
+#define CONFIG_ENV_IS_EMBEDDED_IN_LDR
 #endif