1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
23d3ae850SAndre Przywara /*
33d3ae850SAndre Przywara  * (C) Copyright 2013 Linaro
43d3ae850SAndre Przywara  * Andre Przywara, <andre.przywara@linaro.org>
53d3ae850SAndre Przywara  *
63d3ae850SAndre Przywara  * Configuration for Versatile Express. Parts were derived from other ARM
73d3ae850SAndre Przywara  *   configurations.
83d3ae850SAndre Przywara  */
93d3ae850SAndre Przywara 
103d3ae850SAndre Przywara #ifndef __VEXPRESS_CA15X2_TC2_h
113d3ae850SAndre Przywara #define __VEXPRESS_CA15X2_TC2_h
123d3ae850SAndre Przywara 
133d3ae850SAndre Przywara #define CONFIG_VEXPRESS_EXTENDED_MEMORY_MAP
141a11ab8dSDennis Gilmore #include "vexpress_common.h"
153d3ae850SAndre Przywara 
16e261c83aSAndre Przywara #define CONFIG_SYSFLAGS_ADDR	0x1c010030
17e261c83aSAndre Przywara #define CONFIG_SMP_PEN_ADDR	CONFIG_SYSFLAGS_ADDR
18e261c83aSAndre Przywara 
193d3ae850SAndre Przywara #endif
20