
9 Apr
2017
9 Apr
'17
9:28 p.m.
On 7 April 2017 at 04:38, Heiko Stuebner heiko@sntech.de wrote:
The warm-reset of rk3188 socs keeps the remap setting as it was, so if it was enabled, the cpu would start from address 0x0 of the sram instead of address 0x0 of the bootrom, thus making the reset hang.
Therefore make sure the remap is disabled before attempting a warm reset.
Cold reset is not affected by this at all.
Signed-off-by: Heiko Stuebner heiko@sntech.de
drivers/sysreset/sysreset_rk3188.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+)
Acked-by: Simon Glass sjg@chromium.org