blob: 993398ccc696c70d7f4c23c13f00fda6c0f536fe [file] [log] [blame]
Ryan Harkin9b58a3f2013-04-09 02:20:30 +00001/*
2 * (C) Copyright 2011 Linaro
3 * Ryan Harkin, <ryan.harkin@linaro.org>
4 *
5 * Configuration for Versatile Express. Parts were derived from other ARM
6 * configurations.
7 *
Wolfgang Denk3765b3e2013-10-07 13:07:26 +02008 * SPDX-License-Identifier: GPL-2.0+
Ryan Harkin9b58a3f2013-04-09 02:20:30 +00009 */
10
11#ifndef __VEXPRESS_CA9X4_H
12#define __VEXPRESS_CA9X4_H
13
14#define CONFIG_VEXPRESS_ORIGINAL_MEMORY_MAP
Dennis Gilmore1a11ab82015-06-28 14:05:11 -050015#include "vexpress_common.h"
Ryan Harkin9b58a3f2013-04-09 02:20:30 +000016
17#endif /* VEXPRESS_CA9X4_H */