diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-10-13 20:52:05 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2018-10-22 17:51:45 +0800 |
commit | 194924d88184ed90fcbd5903404794ef60a84f9a (patch) | |
tree | 30d4196378725bb43eb7bbe7f6e5598659691929 /configs/qemu-x86_64_defconfig | |
parent | 0e028bf970b4f99d10970f3fa851caf1783a3c34 (diff) | |
download | u-boot-194924d88184ed90fcbd5903404794ef60a84f9a.tar.gz |
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_defconfig | 1 |
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 |