All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] x86: qemu: enable CONFIG_SPL_DM_RTC
@ 2018-10-11 19:50 Heinrich Schuchardt
  2018-10-19  3:25 ` Simon Glass
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2018-10-11 19:50 UTC (permalink / raw)
  To: u-boot

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>
---
 configs/qemu-x86_64_defconfig | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH 1/1] x86: qemu: enable CONFIG_SPL_DM_RTC
  2018-10-11 19:50 [U-Boot] [PATCH 1/1] x86: qemu: enable CONFIG_SPL_DM_RTC Heinrich Schuchardt
@ 2018-10-19  3:25 ` Simon Glass
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Glass @ 2018-10-19  3:25 UTC (permalink / raw)
  To: u-boot

On 11 October 2018 at 13:50, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> 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>
> ---
>  configs/qemu-x86_64_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-19  3:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-11 19:50 [U-Boot] [PATCH 1/1] x86: qemu: enable CONFIG_SPL_DM_RTC Heinrich Schuchardt
2018-10-19  3:25 ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.