Re: [PATCH] rockchip: rk3188: Fix back to BROM boot

2020-06-27 Thread Kever Yang
On 2020/6/22 下午9:19, Alexander Kochetkov wrote: Move the setting for noc remap out of SPL code. Changing noc remap inside SPL results in breaking back to BROM boot. Fixes commit c14fe2a8e192 ("rockchip: rk3188: Move SoC one time setting into arch_cpu_init()"). Signed-off-by: Alexander Kochetk

Re: [PATCH] rockchip: rk3188: Fix back to BROM boot

2020-06-27 Thread Kever Yang
On 2020/6/22 下午9:19, Alexander Kochetkov wrote: Move the setting for noc remap out of SPL code. Changing noc remap inside SPL results in breaking back to BROM boot. Fixes commit c14fe2a8e192 ("rockchip: rk3188: Move SoC one time setting into arch_cpu_init()"). Signed-off-by: Alexander Kochetk

[PATCH] rockchip: rk3188: Fix back to BROM boot

2020-06-22 Thread Alexander Kochetkov
Move the setting for noc remap out of SPL code. Changing noc remap inside SPL results in breaking back to BROM boot. Fixes commit c14fe2a8e192 ("rockchip: rk3188: Move SoC one time setting into arch_cpu_init()"). Signed-off-by: Alexander Kochetkov --- arch/arm/mach-rockchip/rk3188/rk3188.c | 21