diff mbox

[U-Boot] Arndale: Enable preboot support

Message ID 1402392258-19520-1-git-send-email-tushar.b@samsung.com
State Accepted
Delegated to: Minkyu Kang
Headers show

Commit Message

Tushar Behera June 10, 2014, 9:24 a.m. UTC
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(+)

Comments

Minkyu Kang June 18, 2014, 10:56 a.m. UTC | #1
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.
diff mbox

Patch

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