u-boot/include/configs/exynos-common.h

24 lines
506 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2013 Samsung Electronics
*
* Common configuration settings for the SAMSUNG EXYNOS boards.
*/
#ifndef __EXYNOS_COMMON_H
#define __EXYNOS_COMMON_H
#include <asm/arch/cpu.h> /* get chip and board defs */
#include <linux/sizes.h>
#include <linux/stringify.h>
/* Keep L2 Cache Disabled */
/* input clock of PLL: 24MHz input clock */
/* select serial console configuration */
/* Miscellaneous configurable options */
#endif /* __CONFIG_H */