Re: [U-Boot] [PATCH 1/2] rockchip: rk3399: fix force power on reset

2019-11-28 Thread Kever Yang
On 2019/11/28 下午2:14, Vasily Khoruzhick wrote: Currently code doesn't even compile since it uses wrong define for ifdef. Fix that and also add missing include Fixes: 07586ee4322a ("rockchip: rk3399: Support common spl_board_init") Signed-off-by: Vasily Khoruzhick Reviewed-by: Kever Yang

[U-Boot] [PATCH 1/2] rockchip: rk3399: fix force power on reset

2019-11-27 Thread Vasily Khoruzhick
Currently code doesn't even compile since it uses wrong define for ifdef. Fix that and also add missing include Fixes: 07586ee4322a ("rockchip: rk3399: Support common spl_board_init") Signed-off-by: Vasily Khoruzhick --- arch/arm/mach-rockchip/rk3399/rk3399.c | 5 +++-- 1 file changed, 3