diff options
| author | Ben Schneider <[email protected]> | 2024-12-06 13:09:57 -0800 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2025-01-28 09:08:44 +0100 |
| commit | e344dc4b117f32dd173e6a2ea1f742a699e00ad2 (patch) | |
| tree | a22f450f6767ac333e177cfac1acbd7405137db6 | |
| parent | d09f199097d30e8d2aabfc0fdcc650cbde0c5229 (diff) | |
configs: mvebu_espressobin_ultra-88f3720_defconfig: enable full bootflow functionality
This appliance has multiple devices from which it can boot. Enable full
bootflow functionality so users can choose a non-default boot device.
Signed-off-by: Ben Schneider <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
| -rw-r--r-- | configs/mvebu_espressobin_ultra-88f3720_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mvebu_espressobin_ultra-88f3720_defconfig b/configs/mvebu_espressobin_ultra-88f3720_defconfig index aa9026acc34..6f1a66f5f1d 100644 --- a/configs/mvebu_espressobin_ultra-88f3720_defconfig +++ b/configs/mvebu_espressobin_ultra-88f3720_defconfig @@ -16,6 +16,7 @@ CONFIG_SYS_LOAD_ADDR=0x6000000 CONFIG_PCI=y CONFIG_AHCI=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_BOOTSTD_FULL=y CONFIG_DISTRO_DEFAULTS=y CONFIG_OF_BOARD_SETUP=y CONFIG_USE_PREBOOT=y |
