global: Move remaining CONFIG_SYS_* to CFG_SYS_*
[platform/kernel/u-boot.git] / include / configs / exynos5-dt-common.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2014 Google, Inc
4  *
5  * Configuration settings for generic Exynos 5 board
6  */
7
8 #ifndef __CONFIG_EXYNOS5_DT_COMMON_H
9 #define __CONFIG_EXYNOS5_DT_COMMON_H
10
11 /* Console configuration */
12 #undef EXYNOS_DEVICE_SETTINGS
13 #define EXYNOS_DEVICE_SETTINGS \
14                 "stdin=serial,cros-ec-keyb\0" \
15                 "stdout=serial,vidconsole\0" \
16                 "stderr=serial,vidconsole\0"
17
18 #define CFG_SYS_SPI_BASE        0x12D30000
19 #define FLASH_SIZE              (4 << 20)
20 #define CONFIG_SPI_BOOTING
21
22 #endif