summaryrefslogtreecommitdiff
path: root/include/configs/vexpress_aemv8.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/vexpress_aemv8.h')
-rw-r--r--include/configs/vexpress_aemv8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/vexpress_aemv8.h b/include/configs/vexpress_aemv8.h
index 9a46d50c6f..30c1f5025b 100644
--- a/include/configs/vexpress_aemv8.h
+++ b/include/configs/vexpress_aemv8.h
@@ -254,9 +254,9 @@
BOOTENV
#ifdef CONFIG_TARGET_VEXPRESS64_JUNO
-#define CONFIG_SYS_FLASH_BASE 0x08000000
+#define CFG_SYS_FLASH_BASE 0x08000000
#else
-#define CONFIG_SYS_FLASH_BASE (V2M_PA_BASE + 0x0C000000)
+#define CFG_SYS_FLASH_BASE (V2M_PA_BASE + 0x0C000000)
#endif
#endif /* __VEXPRESS_AEMV8_H */