All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Arndale: Enable preboot support
@ 2014-06-10  9:24 Tushar Behera
  2014-06-18 10:56 ` Minkyu Kang
  0 siblings, 1 reply; 2+ messages in thread
From: Tushar Behera @ 2014-06-10  9:24 UTC (permalink / raw)
  To: u-boot

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
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-18 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-10  9:24 [U-Boot] [PATCH] Arndale: Enable preboot support Tushar Behera
2014-06-18 10:56 ` Minkyu Kang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.