diff options
| author | Simon Glass <[email protected]> | 2023-09-19 21:00:03 -0600 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2023-09-22 06:03:46 +0800 |
| commit | 04ecda0e1dffef40028d2dc66e7d47b7dcc7b4a5 (patch) | |
| tree | c667ed57720131b6593c53754e44667f48ec615e /configs/coreboot_defconfig | |
| parent | 350c0df30da140754766e62c55e9c059e14755bf (diff) | |
x86: coreboot: Enable standard boot
Enable bootstd options and provide instructions on how to boot a linux
distro using coreboot.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'configs/coreboot_defconfig')
| -rw-r--r-- | configs/coreboot_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/coreboot_defconfig b/configs/coreboot_defconfig index aedad4c93c3..311ca6672cb 100644 --- a/configs/coreboot_defconfig +++ b/configs/coreboot_defconfig @@ -10,6 +10,7 @@ CONFIG_TARGET_COREBOOT=y CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y CONFIG_BOOTSTD_FULL=y +CONFIG_BOOTSTD_DEFAULTS=y CONFIG_SYS_MONITOR_BASE=0x01110000 CONFIG_SHOW_BOOT_PROGRESS=y CONFIG_USE_BOOTARGS=y |
