Re: [U-Boot] [PATCH] rockchip: enable SPL_SYSRESET config for all sockchip SoCs

2017-09-10 Thread Kever Yang
Philipp, Sorry for it can not be applied directly, I believe that's because the rockusb patch still not applied. Thanks, - Kever On 09/08/2017 05:25 PM, Dr. Philipp Tomsich wrote: Kever, Note that this patch applies neither to master nor to next cleanly. Given that it’s a single line

Re: [U-Boot] [PATCH] rockchip: enable SPL_SYSRESET config for all sockchip SoCs

2017-09-08 Thread Dr. Philipp Tomsich
Kever, Note that this patch applies neither to master nor to next cleanly. Given that it’s a single line change, I’ll patch this in by hand. Thanks, Philipp. > On 8 Sep 2017, at 05:00, Kever Yang wrote: > > After the patch below, we need to add SPL_SYSRESET for

[U-Boot] [PATCH] rockchip: enable SPL_SYSRESET config for all sockchip SoCs

2017-09-07 Thread Kever Yang
After the patch below, we need to add SPL_SYSRESET for do_reset() in SPL: 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/Kconfig