diff options
author | Tushar Behera | 2014-06-10 14:54:18 +0530 |
---|---|---|
committer | Minkyu Kang | 2014-06-18 19:21:45 +0900 |
commit | f8caed3131603453052e834ffe19040fae744614 (patch) | |
tree | 752317423846e05b0645e98bea2a82065fc9db96 | |
parent | 34ecd69445e362064618e64f43a3066e679dda7a (diff) |
Arndale: Enable preboot support
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>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
-rw-r--r-- | include/configs/arndale.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/arndale.h b/include/configs/arndale.h index 30ecd45584e..370db821a85 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 |