mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
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>
This commit is contained in:
parent
058235c06b
commit
03ca6a394a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue