blob: ba3f9797a5b10dec1461dee243e53b3a585f6f88 [file] [log] [blame]
Kristian Amlie15e30102021-09-07 08:37:51 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * (C) Copyright 2011 Linaro
4 * Ryan Harkin, <ryan.harkin@linaro.org>
5 *
6 * Configuration for Versatile Express. Parts were derived from other ARM
7 * configurations.
8 */
9
10#ifndef __VEXPRESS_CA9X4_H
11#define __VEXPRESS_CA9X4_H
12
Kristian Amlie8a0f5f62021-09-10 08:19:19 +020013#define VEXPRESS_ORIGINAL_MEMORY_MAP
Kristian Amlie15e30102021-09-07 08:37:51 +020014#include "vexpress_common.h"
15
16#endif /* VEXPRESS_CA9X4_H */