global: Migrate CONFIG_DFU_ALT et al to CFG
[platform/kernel/u-boot.git] / include / configs / odroid.h
index f252b34..e2331e4 100644 (file)
@@ -27,7 +27,7 @@
 #define PARTS_BOOT             "boot"
 #define PARTS_ROOT             "platform"
 
-#define CONFIG_DFU_ALT \
+#define CFG_DFU_ALT \
        "uImage fat 0 1;" \
        "zImage fat 0 1;" \
        "Image.itb fat 0 1;" \
 
 #define CONFIG_SET_DFU_ALT_BUF_LEN     (SZ_1K)
 
-#define CONFIG_DFU_ALT_BOOT_EMMC \
+#define CFG_DFU_ALT_BOOT_EMMC \
        "u-boot raw 0x3e 0x800 mmcpart 1;" \
        "bl1 raw 0x0 0x1e mmcpart 1;" \
        "bl2 raw 0x1e 0x1d mmcpart 1;" \
        "tzsw raw 0x83e 0x138 mmcpart 1\0"
 
-#define CONFIG_DFU_ALT_BOOT_SD \
+#define CFG_DFU_ALT_BOOT_SD \
        "u-boot raw 0x3f 0x800;" \
        "bl1 raw 0x1 0x1e;" \
        "bl2 raw 0x1f 0x1d;" \
        "mmcbootpart=1\0" \
        "mmcrootdev=0\0" \
        "mmcrootpart=2\0" \
-       "dfu_alt_system="CONFIG_DFU_ALT \
+       "dfu_alt_system="CFG_DFU_ALT \
        "dfu_alt_info=Please reset the board\0" \
        "consoleon=set console console=ttySAC1,115200n8; save; reset\0" \
        "consoleoff=set console console=ram; save; reset\0" \