summaryrefslogtreecommitdiffstats
path: root/include/configs/vexpress_aemv8a.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2014-12-24 02:02:46 +0100
committerTom Rini <trini@ti.com>2014-12-29 07:44:06 -0500
commit03ca6a394a00652305a10c95202f28b476c9f8d8 (patch)
treee67df172f9db7de844ff1c88a1ebcbfa1379dd50 /include/configs/vexpress_aemv8a.h
parent058235c06bd09b32c7e300c92d5eafa237f246c8 (diff)
downloadtalos-obmc-uboot-03ca6a394a00652305a10c95202f28b476c9f8d8.tar.gz
talos-obmc-uboot-03ca6a394a00652305a10c95202f28b476c9f8d8.zip
vexpress64: switch to generic board
The few Versatile Express ARMv8 platforms we have may just as well be switched to generic board from the beginning. Tested on the ARM foundation model and the in progress support for the ARMv8 Juno board. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'include/configs/vexpress_aemv8a.h')
-rw-r--r--include/configs/vexpress_aemv8a.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index f3af971214..027d78b591 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -8,6 +8,9 @@
#ifndef __VEXPRESS_AEMV8A_H
#define __VEXPRESS_AEMV8A_H
+/* We use generic board for v8 Versatile Express */
+#define CONFIG_SYS_GENERIC_BOARD
+
#ifdef CONFIG_BASE_FVP
#ifndef CONFIG_SEMIHOSTING
#error CONFIG_BASE_FVP requires CONFIG_SEMIHOSTING
@@ -25,8 +28,6 @@
/*#define CONFIG_ARMV8_SWITCH_TO_EL1*/
-/*#define CONFIG_SYS_GENERIC_BOARD*/
-
#define CONFIG_SYS_NO_FLASH
#define CONFIG_SUPPORT_RAW_INITRD
OpenPOWER on IntegriCloud