blob: d2fd5866723db4d8097489de8306d9a2e783715f [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Ian Campbell6efe3692014-05-05 11:52:26 +01002/*
3 * (C) Copyright 2012-2013 Henrik Nordstrom <henrik@henriknordstrom.net>
4 * (C) Copyright 2013 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
5 *
6 * Configuration settings for the Allwinner A20 (sun7i) CPU
Ian Campbell6efe3692014-05-05 11:52:26 +01007 */
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
11/*
12 * A20 specific configuration
13 */
Ian Campbell6efe3692014-05-05 11:52:26 +010014
Marc Zyngier0237c632014-07-18 21:06:38 +010015#define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE
Chen-Yu Tsai27403be2016-06-19 12:38:40 +080016#define CONFIG_ARMV7_SECURE_MAX_SIZE (64 * 1024) /* 64 KB */
Marc Zyngier0237c632014-07-18 21:06:38 +010017
Ian Campbell6efe3692014-05-05 11:52:26 +010018/*
19 * Include common sunxi configuration where most the settings are
20 */
21#include <configs/sunxi-common.h>
22
Siarhei Siamashka15aca902015-02-21 07:34:09 +020023#define CONFIG_MACH_TYPE (4283 | ((CONFIG_MACH_TYPE_COMPAT_REV) << 28))
24
Ian Campbell6efe3692014-05-05 11:52:26 +010025#endif /* __CONFIG_H */