summaryrefslogtreecommitdiff
path: root/include/configs/rk322x_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/rk322x_common.h')
-rw-r--r--include/configs/rk322x_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/rk322x_common.h b/include/configs/rk322x_common.h
index 58ad62afe16..fcaf9c52c4b 100644
--- a/include/configs/rk322x_common.h
+++ b/include/configs/rk322x_common.h
@@ -10,7 +10,7 @@
#define CFG_SYS_HZ_CLOCK 24000000
-#define CONFIG_IRAM_BASE 0x10080000
+#define CFG_IRAM_BASE 0x10080000
#define CFG_SYS_SDRAM_BASE 0x60000000
#define SDRAM_BANK_SIZE (512UL << 20UL)
@@ -27,7 +27,7 @@
/* Linux fails to load the fdt if it's loaded above 512M on a evb-rk3036 board,
* so limit the fdt reallocation to that */
-#define CONFIG_EXTRA_ENV_SETTINGS \
+#define CFG_EXTRA_ENV_SETTINGS \
"fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
"fdt_high=0x7fffffff\0" \
"partitions=" PARTS_DEFAULT \