global: Move remaining CONFIG_SYS_* to CFG_SYS_*
[platform/kernel/u-boot.git] / include / configs / linkit-smart-7688.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2018 Stefan Roese <sr@denx.de>
4  */
5
6 #ifndef __CONFIG_LINKIT_SMART_7688_H
7 #define __CONFIG_LINKIT_SMART_7688_H
8
9 /* RAM */
10 #define CFG_SYS_SDRAM_BASE              0x80000000
11
12 #define CFG_SYS_INIT_SP_OFFSET  0x400000
13
14 /* SPL */
15
16 #define CFG_SYS_UBOOT_START             CONFIG_TEXT_BASE
17
18 /* Dummy value */
19 #define CFG_SYS_UBOOT_BASE              0
20
21 /* Serial SPL */
22 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_SERIAL)
23 #define CFG_SYS_NS16550_CLK             40000000
24 #define CFG_SYS_NS16550_COM3            0xb0000e00
25
26 #endif
27
28 /* UART */
29 #define CFG_SYS_BAUDRATE_TABLE  { 9600, 19200, 38400, 57600, 115200, \
30                                           230400, 460800, 921600 }
31
32 /* RAM */
33
34 /* Environment settings */
35
36 #endif /* __CONFIG_LINKIT_SMART_7688_H */