diff options
| author | Simon Glass <[email protected]> | 2023-08-24 13:55:41 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-25 17:55:19 -0400 |
| commit | d08db02d2d3d5ccf365e423b0c3dfb6fe311abd6 (patch) | |
| tree | 135fa2ed6ac33274c9b671167bf517fc461298b9 /configs/snow_defconfig | |
| parent | 2b9adcaca2055d891775c59096147f702f6423bd (diff) | |
bootstd: Add a test for bootmeth_cros
The ChromiumOS bootmeth has no tests at present. Before adding more
features. add a basic test.
This creates a disk which can be scanned by the bootmeth, so make sure
things work. It is quite rudimentary, since the kernel is faked, the root
disk is missing and there is no cmdline stored.
Enable the bootmeth for snow so it can build the unit test.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'configs/snow_defconfig')
| -rw-r--r-- | configs/snow_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/snow_defconfig b/configs/snow_defconfig index bb066a64599..22ec8e5141f 100644 --- a/configs/snow_defconfig +++ b/configs/snow_defconfig @@ -29,6 +29,7 @@ CONFIG_DEBUG_UART=y CONFIG_FIT=y CONFIG_FIT_BEST_MATCH=y CONFIG_BOOTSTD_FULL=y +CONFIG_BOOTMETH_CROS=y CONFIG_DISTRO_DEFAULTS=y CONFIG_SILENT_CONSOLE=y CONFIG_BLOBLIST=y |
