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

2017-09-12 Thread Simon Glass
On 12 September 2017 at 19:39, Kever Yang 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 > --- > > arch/arm/Kco

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

2017-09-12 Thread Kever Yang
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 --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/K