Kristian Amlie | 15e3010 | 2021-09-07 08:37:51 +0200 | [diff] [blame] | 1 | /* 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 Amlie | 8a0f5f6 | 2021-09-10 08:19:19 +0200 | [diff] [blame] | 13 | #define VEXPRESS_ORIGINAL_MEMORY_MAP |
Kristian Amlie | 15e3010 | 2021-09-07 08:37:51 +0200 | [diff] [blame] | 14 | #include "vexpress_common.h" |
| 15 | |
| 16 | #endif /* VEXPRESS_CA9X4_H */ |