Merge patch series "upl: Prerequite patches for updated spec"
[u-boot.git] / include / configs / arndale.h
blobfa642564f4b033866d734c6cd2d4ce518d5b7c33
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2013 Samsung Electronics
5 * Configuration settings for the SAMSUNG Arndale board.
6 */
8 #ifndef __CONFIG_ARNDALE_H
9 #define __CONFIG_ARNDALE_H
11 #define EXYNOS_FDTFILE_SETTING \
12 "fdtfile=exynos5250-arndale.dtb\0"
14 #include "exynos5250-common.h"
15 #include <configs/exynos5-common.h>
17 /* Miscellaneous configurable options */
19 #define CFG_SMP_PEN_ADDR 0x02020000
21 #endif /* __CONFIG_H */