From: Heinrich Schuchardt Date: Sun, 14 Oct 2018 03:52:05 +0000 (-0700) Subject: x86: qemu: enable CONFIG_SPL_DM_RTC X-Git-Tag: v2025.01-rc5-pxa1908~3324^2~8 X-Git-Url: http://git.dujemihanovic.xyz/browse.php?a=commitdiff_plain;h=194924d88184ed90fcbd5903404794ef60a84f9a;p=u-boot.git x86: qemu: enable CONFIG_SPL_DM_RTC Since commit 380d4f787a3f ("rtc: Allow use of RTC in SPL and TPL") qemu-x86_64_defconfig does not boot anymore. Fixes: 380d4f787a3f ("rtc: Allow use of RTC in SPL and TPL") Signed-off-by: Heinrich Schuchardt Signed-off-by: Bin Meng --- diff --git a/configs/qemu-x86_64_defconfig b/configs/qemu-x86_64_defconfig index cf1ba8ea61..32922b84ff 100644 --- a/configs/qemu-x86_64_defconfig +++ b/configs/qemu-x86_64_defconfig @@ -63,6 +63,7 @@ CONFIG_SPL_REGMAP=y CONFIG_SYSCON=y CONFIG_SPL_SYSCON=y CONFIG_CPU=y +CONFIG_SPL_DM_RTC=y CONFIG_SPI=y CONFIG_SPL_TIMER=y CONFIG_USB_STORAGE=y