diff options
author | Peter Hoyes <Peter.Hoyes@arm.com> | 2023-03-31 09:58:13 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-04-25 15:31:27 -0400 |
commit | 23ff3e7b15d3734d349e2f80ca063ae2d0b53159 (patch) | |
tree | 15ffbe4d537693fc1834b86a6509ecd9d784e334 | |
parent | 3e15be549c64a6672c6688765d17a2312bc7e156 (diff) | |
download | u-boot-23ff3e7b15d3734d349e2f80ca063ae2d0b53159.zip u-boot-23ff3e7b15d3734d349e2f80ca063ae2d0b53159.tar.gz u-boot-23ff3e7b15d3734d349e2f80ca063ae2d0b53159.tar.bz2 |
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>
-rw-r--r-- | configs/vexpress_fvp_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/vexpress_fvp_defconfig b/configs/vexpress_fvp_defconfig new file mode 100644 index 0000000..7362c1f --- /dev/null +++ b/configs/vexpress_fvp_defconfig @@ -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 |