
18 Jun
2014
18 Jun
'14
12:56 p.m.
On 10/06/14 18:24, Tushar Behera wrote:
We need to run 'usb start' as preboot command so that ethernet comes up during u-boot prompt.
Signed-off-by: Tushar Behera tushar.b@samsung.com
include/configs/arndale.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/arndale.h b/include/configs/arndale.h index 30ecd45..370db82 100644 --- a/include/configs/arndale.h +++ b/include/configs/arndale.h @@ -229,6 +229,8 @@
#define CONFIG_DEFAULT_DEVICE_TREE exynos5250-arndale
+#define CONFIG_PREBOOT
/* Ethernet Controllor Driver */ #ifdef CONFIG_CMD_NET #define CONFIG_SMC911X
applied to u-boot-samsung.
Thanks, Minkyu Kang.