summaryrefslogtreecommitdiff
path: root/configs/qemu-x86_64_defconfig
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-10-14 06:52:05 +0300
committerBin Meng <bmeng.cn@gmail.com>2018-10-22 12:51:45 +0300
commit194924d88184ed90fcbd5903404794ef60a84f9a (patch)
tree30d4196378725bb43eb7bbe7f6e5598659691929 /configs/qemu-x86_64_defconfig
parent0e028bf970b4f99d10970f3fa851caf1783a3c34 (diff)
downloadu-boot-194924d88184ed90fcbd5903404794ef60a84f9a.tar.xz
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 <xypron.glpk@gmx.de> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/qemu-x86_64_defconfig')
-rw-r--r--configs/qemu-x86_64_defconfig1
1 files changed, 1 insertions, 0 deletions
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