mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
configs: Create minimal vexpress_fvp_defconfig
The vexpress64 board family now relies on OF_CONTROL and OF_HAS_PRIOR_STAGE, so platform-specific configuration requirements are minimal. The vexpress_aemv8a_semi_defconfig file defines many flags that are not needed for a minimal boot, such as flash memory configuration. Therefore create vexpress_fvp_defconfig which contains the minimum configuration required to boot on an Arm v8a FVP. Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
This commit is contained in:
parent
3e15be549c
commit
23ff3e7b15
1 changed files with 5 additions and 0 deletions
5
configs/vexpress_fvp_defconfig
Normal file
5
configs/vexpress_fvp_defconfig
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
CONFIG_ARM=y
|
||||||
|
CONFIG_ARCH_VEXPRESS64=y
|
||||||
|
CONFIG_DEFAULT_DEVICE_TREE="arm_fvp"
|
||||||
|
CONFIG_IDENT_STRING=" arm_fvp"
|
||||||
|
# CONFIG_DISPLAY_CPUINFO is not set
|
Loading…
Reference in a new issue