]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/exynos-common.h
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
[people/ms/u-boot.git] / include / configs / exynos-common.h
CommitLineData
5ea01ab1
SG
1/*
2 * Copyright (C) 2013 Samsung Electronics
3 *
4 * Common configuration settings for the SAMSUNG EXYNOS boards.
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9#ifndef __EXYNOS_COMMON_H
10#define __EXYNOS_COMMON_H
11
12/* High Level Configuration Options */
13#define CONFIG_SAMSUNG /* in a SAMSUNG core */
14#define CONFIG_S5P /* S5P Family */
15
16#include <asm/arch/cpu.h> /* get chip and board defs */
17#include <linux/sizes.h>
18
5ea01ab1 19#define CONFIG_ARCH_CPU_INIT
5ea01ab1 20#define CONFIG_SKIP_LOWLEVEL_INIT
5ea01ab1 21
5ea01ab1 22/* Keep L2 Cache Disabled */
5ea01ab1
SG
23
24/* input clock of PLL: 24MHz input clock */
25#define CONFIG_SYS_CLK_FREQ 24000000
4ecad8a6 26#define CONFIG_TIMER_CLK_FREQ CONFIG_SYS_CLK_FREQ
5ea01ab1
SG
27
28#define CONFIG_SETUP_MEMORY_TAGS
29#define CONFIG_CMDLINE_TAG
30#define CONFIG_INITRD_TAG
5ea01ab1
SG
31#define CONFIG_ENV_OVERWRITE
32
2ecd7797 33/* Size of malloc() pool before and after relocation */
2ecd7797 34#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (80 << 20))
5ea01ab1
SG
35
36/* select serial console configuration */
37#define CONFIG_BAUDRATE 115200
38
39/* SD/MMC configuration */
40#define CONFIG_GENERIC_MMC
5ea01ab1
SG
41#define CONFIG_BOUNCE_BUFFER
42
5ea01ab1
SG
43/* PWM */
44#define CONFIG_PWM
45
46/* Command definition*/
5ea01ab1
SG
47#define CONFIG_FAT_WRITE
48
5ea01ab1 49/* Miscellaneous configurable options */
cf3c03b1
IC
50#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
51#define CONFIG_SYS_PBSIZE 1024 /* Print Buffer Size */
5ea01ab1
SG
52#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
53
54/* Boot Argument Buffer Size */
55#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
56
57/* FLASH and environment organization */
58#define CONFIG_SYS_NO_FLASH
5ea01ab1 59
adc7d206
IC
60#include <config_distro_defaults.h>
61
5ea01ab1 62#endif /* __CONFIG_H */