[U-Boot] [PATCH] Arndale: Enable preboot support
Tushar Behera
tushar.b at samsung.com
Tue Jun 10 11:24:18 CEST 2014
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 at 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
More information about the U-Boot
mailing list