summaryrefslogtreecommitdiff
path: root/include/configs/mt8512.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mt8512.h')
-rw-r--r--include/configs/mt8512.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mt8512.h b/include/configs/mt8512.h
index d15941660a..c0fc8688ca 100644
--- a/include/configs/mt8512.h
+++ b/include/configs/mt8512.h
@@ -10,7 +10,7 @@
#define __MT8512_H
/* Uboot definition */
-#define CONFIG_SYS_UBOOT_START CONFIG_TEXT_BASE
+#define CFG_SYS_UBOOT_START CONFIG_TEXT_BASE
#define ENV_BOOT_READ_IMAGE \
"boot_rd_img=mmc dev 0" \
@@ -26,7 +26,7 @@
#define ENV_BOOT_CMD \
"mtk_boot=run boot_rd_img;bootm;\0"
-#define CONFIG_EXTRA_ENV_SETTINGS \
+#define CFG_EXTRA_ENV_SETTINGS \
"fdt_high=0x6c000000\0" \
ENV_DEVICE_SETTINGS \
ENV_BOOT_READ_IMAGE \