13d3ae850SAndre Przywara /*
23d3ae850SAndre Przywara  * (C) Copyright 2013 Linaro
33d3ae850SAndre Przywara  * Andre Przywara, <andre.przywara@linaro.org>
43d3ae850SAndre Przywara  *
53d3ae850SAndre Przywara  * Configuration for Versatile Express. Parts were derived from other ARM
63d3ae850SAndre Przywara  *   configurations.
73d3ae850SAndre Przywara  *
81a459660SWolfgang Denk  * SPDX-License-Identifier:	GPL-2.0+
93d3ae850SAndre Przywara  */
103d3ae850SAndre Przywara 
113d3ae850SAndre Przywara #ifndef __VEXPRESS_CA15X2_TC2_h
123d3ae850SAndre Przywara #define __VEXPRESS_CA15X2_TC2_h
133d3ae850SAndre Przywara 
143d3ae850SAndre Przywara #define CONFIG_VEXPRESS_EXTENDED_MEMORY_MAP
153d3ae850SAndre Przywara #include "vexpress_common.h"
163d3ae850SAndre Przywara #define CONFIG_BOOTP_VCI_STRING     "U-boot.armv7.vexpress_ca15x2_tc2"
173d3ae850SAndre Przywara 
18*e261c83aSAndre Przywara #define CONFIG_SYSFLAGS_ADDR	0x1c010030
19*e261c83aSAndre Przywara #define CONFIG_SMP_PEN_ADDR	CONFIG_SYSFLAGS_ADDR
20*e261c83aSAndre Przywara 
21*e261c83aSAndre Przywara #define CONFIG_ARMV7_VIRT
22*e261c83aSAndre Przywara 
233d3ae850SAndre Przywara #endif
24