1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2013 Samsung Electronics
5 * Common configuration settings for the SAMSUNG EXYNOS boards.
8 #ifndef __EXYNOS_COMMON_H
9 #define __EXYNOS_COMMON_H
11 /* High Level Configuration Options */
12 #define CONFIG_SAMSUNG /* in a SAMSUNG core */
13 #define CONFIG_S5P /* S5P Family */
15 #include <asm/arch/cpu.h> /* get chip and board defs */
16 #include <linux/sizes.h>
17 #include <linux/stringify.h>
19 /* Keep L2 Cache Disabled */
21 /* input clock of PLL: 24MHz input clock */
22 #define COUNTER_FREQUENCY 24000000
24 /* select serial console configuration */
29 /* Miscellaneous configurable options */
30 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
31 #define CONFIG_SYS_PBSIZE 1024 /* Print Buffer Size */
33 /* Boot Argument Buffer Size */
34 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
36 #endif /* __CONFIG_H */