commit | 9ee1f157169c1a8af754c7afe9509c92a84927cd | [log] [tgz] |
---|---|---|
author | Peter Hoyes <Peter.Hoyes@arm.com> | Fri Mar 31 09:58:13 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 25 15:31:27 2023 -0400 |
tree | 15ffbe4d537693fc1834b86a6509ecd9d784e334 | |
parent | 127a10cb2ee63f3c645b19bca2d4dc5f1835b442 [diff] |
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>