From: Bin Meng Date: Tue, 3 Aug 2021 12:50:03 +0000 (+0800) Subject: x86: crownbay: Enable SeaBIOS support X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=a7cb24f774e37a58a862de8756b1492e6cb5c320;p=u-boot.git x86: crownbay: Enable SeaBIOS support Enable SeaBIOS support for any kernel that requires legacy BIOS services. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig index d7ee0fe45e..1923f89b9a 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