diff options
author | Simon Glass <sjg@chromium.org> | 2023-01-06 08:52:41 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-01-16 18:26:51 -0500 |
commit | d985f1dbddb241c21a9150abf59dd386ba1ffe05 (patch) | |
tree | 1fb0c4e219db2eacc8673acca93e5680dc6d6395 /configs/snow_defconfig | |
parent | 02d929bfb25af22171dbd100f38ffd8fa6bf6238 (diff) | |
download | u-boot-d985f1dbddb241c21a9150abf59dd386ba1ffe05.tar.gz |
bootstd: Add a test for the bootstd menu
Add a test which checks that two operating systems can be displayed in a
menu, allowing one to be selected.
Enable a few things on snow so that the unit tests build.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/snow_defconfig')
-rw-r--r-- | configs/snow_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/snow_defconfig b/configs/snow_defconfig index 6921c5667d..faa3a944c0 100644 --- a/configs/snow_defconfig +++ b/configs/snow_defconfig @@ -28,7 +28,11 @@ CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x2050000 CONFIG_FIT=y CONFIG_FIT_BEST_MATCH=y +CONFIG_BOOTSTD_FULL=y CONFIG_SILENT_CONSOLE=y +CONFIG_BLOBLIST=y +# CONFIG_SPL_BLOBLIST is not set +CONFIG_BLOBLIST_ADDR=0x43d00000 # CONFIG_SPL_FRAMEWORK is not set CONFIG_SPL_FOOTPRINT_LIMIT=y CONFIG_SPL_MAX_FOOTPRINT=0x3800 |