blob: fa642564f4b033866d734c6cd2d4ce518d5b7c33 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Chander Kashyapa2ac68f2013-08-21 10:38:56 +05302/*
3 * Copyright (C) 2013 Samsung Electronics
4 *
Chander Kashyapa2ac68f2013-08-21 10:38:56 +05305 * Configuration settings for the SAMSUNG Arndale board.
6 */
7
8#ifndef __CONFIG_ARNDALE_H
9#define __CONFIG_ARNDALE_H
10
Ian Campbelle6825e02014-11-09 10:44:32 +000011#define EXYNOS_FDTFILE_SETTING \
12 "fdtfile=exynos5250-arndale.dtb\0"
13
Simon Glassf94de732014-10-07 22:01:48 -060014#include "exynos5250-common.h"
Simon Glassbf637ea2015-08-03 08:19:29 -060015#include <configs/exynos5-common.h>
Chander Kashyapa2ac68f2013-08-21 10:38:56 +053016
Chander Kashyapa2ac68f2013-08-21 10:38:56 +053017/* Miscellaneous configurable options */
Chander Kashyapa2ac68f2013-08-21 10:38:56 +053018
Tom Rini3e204422022-12-04 10:13:54 -050019#define CFG_SMP_PEN_ADDR 0x02020000
Andre Przywarafafbc6c2014-08-01 13:35:44 +020020
Chander Kashyapa2ac68f2013-08-21 10:38:56 +053021#endif /* __CONFIG_H */