diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2021-08-03 20:50:03 +0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2021-08-13 08:53:49 +0800 |
commit | a7cb24f774e37a58a862de8756b1492e6cb5c320 (patch) | |
tree | 45282496acc4e93535ba194269ad15835c83ee0d | |
parent | a25277122dad99837b78cd3b3ae6b8214df88c26 (diff) | |
download | u-boot-a7cb24f774e37a58a862de8756b1492e6cb5c320.zip u-boot-a7cb24f774e37a58a862de8756b1492e6cb5c320.tar.gz u-boot-a7cb24f774e37a58a862de8756b1492e6cb5c320.tar.bz2 |
x86: crownbay: Enable SeaBIOS support
Enable SeaBIOS support for any kernel that requires legacy BIOS
services.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | configs/crownbay_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig index d7ee0fe..1923f89 100644 --- a/configs/crownbay_defconfig +++ b/configs/crownbay_defconfig @@ -12,6 +12,7 @@ CONFIG_DISABLE_IGD=y CONFIG_SMP=y CONFIG_GENERATE_PIRQ_TABLE=y CONFIG_GENERATE_MP_TABLE=y +CONFIG_SEABIOS=y CONFIG_FIT=y CONFIG_SHOW_BOOT_PROGRESS=y CONFIG_USE_BOOTARGS=y |