diff mbox series

[U-Boot] rockchip: enable TPL_SYSRESET for all rockchip SoCs

Message ID 1505266746-17625-1-git-send-email-kever.yang@rock-chips.com
State Accepted
Delegated to: Philipp Tomsich
Headers show
Series [U-Boot] rockchip: enable TPL_SYSRESET for all rockchip SoCs | expand

Commit Message

Kever Yang Sept. 13, 2017, 1:39 a.m. UTC
With Makefiles testing for $(SPL_TPL_)SYSRESET, we need TPL_SYSRESET
for do_reset() in TPL for Rockchip SoCs.

References: 87c16d4 "drivers: spl: consistently use the $(SPL_TPL_)
macro"

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Sept. 13, 2017, 4:27 a.m. UTC | #1
On 12 September 2017 at 19:39, Kever Yang <kever.yang@rock-chips.com> wrote:
> With Makefiles testing for $(SPL_TPL_)SYSRESET, we need TPL_SYSRESET
> for do_reset() in TPL for Rockchip SoCs.
>
> References: 87c16d4 "drivers: spl: consistently use the $(SPL_TPL_)
> macro"
>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
>
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Philipp Tomsich Sept. 29, 2017, 5:53 p.m. UTC | #2
> With Makefiles testing for $(SPL_TPL_)SYSRESET, we need TPL_SYSRESET
> for do_reset() in TPL for Rockchip SoCs.
> 
> References: 87c16d4 "drivers: spl: consistently use the $(SPL_TPL_)
> macro"
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Philipp Tomsich Sept. 29, 2017, 5:58 p.m. UTC | #3
> With Makefiles testing for $(SPL_TPL_)SYSRESET, we need TPL_SYSRESET
> for do_reset() in TPL for Rockchip SoCs.
> 
> References: 87c16d4 "drivers: spl: consistently use the $(SPL_TPL_)
> macro"
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied to u-boot-rockchip, thanks!
diff mbox series

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 53eae89..11f56ef 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1088,6 +1088,7 @@  config ARCH_ROCKCHIP
 	imply FAT_WRITE
 	imply USB_FUNCTION_FASTBOOT
 	imply SPL_SYSRESET
+	imply TPL_SYSRESET
 
 config TARGET_THUNDERX_88XX
 	bool "Support ThunderX 88xx"