summaryrefslogtreecommitdiff
path: root/include/configs/linkit-smart-7688.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/linkit-smart-7688.h')
-rw-r--r--include/configs/linkit-smart-7688.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/linkit-smart-7688.h b/include/configs/linkit-smart-7688.h
index b913450885..f16c7e9122 100644
--- a/include/configs/linkit-smart-7688.h
+++ b/include/configs/linkit-smart-7688.h
@@ -9,14 +9,14 @@
/* RAM */
#define CFG_SYS_SDRAM_BASE 0x80000000
-#define CONFIG_SYS_INIT_SP_OFFSET 0x400000
+#define CFG_SYS_INIT_SP_OFFSET 0x400000
/* SPL */
-#define CONFIG_SYS_UBOOT_START CONFIG_TEXT_BASE
+#define CFG_SYS_UBOOT_START CONFIG_TEXT_BASE
/* Dummy value */
-#define CONFIG_SYS_UBOOT_BASE 0
+#define CFG_SYS_UBOOT_BASE 0
/* Serial SPL */
#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_SERIAL)
@@ -26,7 +26,7 @@
#endif
/* UART */
-#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
+#define CFG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
230400, 460800, 921600 }
/* RAM */