blob: 4f8e63574dfb121fb668d5e38ad3a67a4382575c [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Andre Przywara3d3ae852013-04-09 02:20:32 +00002/*
3 * (C) Copyright 2013 Linaro
4 * Andre Przywara, <andre.przywara@linaro.org>
5 *
6 * Configuration for Versatile Express. Parts were derived from other ARM
7 * configurations.
Andre Przywara3d3ae852013-04-09 02:20:32 +00008 */
9
10#ifndef __VEXPRESS_CA15X2_TC2_h
11#define __VEXPRESS_CA15X2_TC2_h
12
13#define CONFIG_VEXPRESS_EXTENDED_MEMORY_MAP
Dennis Gilmore1a11ab82015-06-28 14:05:11 -050014#include "vexpress_common.h"
Andre Przywara3d3ae852013-04-09 02:20:32 +000015
Andre Przywarae261c832013-09-19 18:06:46 +020016#define CONFIG_SYSFLAGS_ADDR 0x1c010030
17#define CONFIG_SMP_PEN_ADDR CONFIG_SYSFLAGS_ADDR
18
Andre Przywara3d3ae852013-04-09 02:20:32 +000019#endif