* [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
* [U-Boot] [PATCH] Arndale: Enable preboot support
2014-06-10 9:24 [U-Boot] [PATCH] Arndale: Enable preboot support Tushar Behera
@ 2014-06-18 10:56 ` Minkyu Kang
0 siblings, 0 replies; 2+ messages in thread
From: Minkyu Kang @ 2014-06-18 10:56 UTC (permalink / raw)
To: u-boot
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.
^ permalink raw reply [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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox