m68k: rename CONFIG_MCFTMR to CFG_MCFTMR
[platform/kernel/u-boot.git] / include / configs / syzygy_hub.h
index e31b77c..e8a207f 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef __CONFIG_SYZYGY_HUB_H
 #define __CONFIG_SYZYGY_HUB_H
 
-#define CONFIG_EXTRA_ENV_SETTINGS       \
+#define CFG_EXTRA_ENV_SETTINGS       \
        "fit_image=fit.itb\0"           \
        "bitstream_image=download.bit\0"    \
        "loadbit_addr=0x1000000\0"      \
@@ -58,7 +58,6 @@
        "jtagboot=echo TFTPing FIT to RAM... && " \
                "tftpboot ${load_addr} ${fit_image} && " \
                "bootm ${load_addr}\0" \
-               DFU_ALT_INFO \
                BOOTENV
 
 #include <configs/zynq-common.h>