Re: [U-Boot] [PATCH 3/3] rockchip: rk3399: enable preboot for boot mode detect

2017-08-13 Thread Simon Glass
On 9 August 2017 at 04:18, Kever Yang wrote: > We need to get into preboot once we detect that we are not > get into normal boot. > > Signed-off-by: Kever Yang > --- > > include/configs/rk3399_common.h | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Simon Glass _

[U-Boot] [PATCH 3/3] rockchip: rk3399: enable preboot for boot mode detect

2017-08-09 Thread Kever Yang
We need to get into preboot once we detect that we are not get into normal boot. Signed-off-by: Kever Yang --- include/configs/rk3399_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h index 1ef6b92..9a1690e 100644 --