aboutsummaryrefslogtreecommitdiff
path: root/configs/snow_defconfig
diff options
context:
space:
mode:
authorSimon Glass2023-08-24 13:55:41 -0600
committerTom Rini2023-08-25 17:55:19 -0400
commitd08db02d2d3d5ccf365e423b0c3dfb6fe311abd6 (patch)
tree135fa2ed6ac33274c9b671167bf517fc461298b9 /configs/snow_defconfig
parent2b9adcaca2055d891775c59096147f702f6423bd (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 <sjg@chromium.org>
Diffstat (limited to 'configs/snow_defconfig')
-rw-r--r--configs/snow_defconfig1
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