
22 Aug
2017
22 Aug
'17
10:57 a.m.
We need to get into preboot once we detect that we are not get into normal boot.
Signed-off-by: Kever Yang kever.yang@rock-chips.com Reviewed-by: Simon Glass sjg@chromium.org Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com ---
Changes in v2: None
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 3317887..21bf2cd 100644 --- a/include/configs/rk3399_common.h +++ b/include/configs/rk3399_common.h @@ -71,6 +71,8 @@
#endif
+#define CONFIG_PREBOOT + /* enable usb config for usb ether */ #define CONFIG_USB_HOST_ETHER
--
1.9.1