[U-Boot] [PATCH] Exynos5250: Enable PXE Support
Chander Kashyap
chander.kashyap at linaro.org
Tue Sep 18 08:22:35 CEST 2012
ping
On 5 September 2012 16:08, Chander Kashyap <chander.kashyap at linaro.org> wrote:
> Add PXE support for the Exynos5250.
>
> Signed-off-by: Chander Kashyap <chander.kashyap at linaro.org>
> ---
> include/configs/smdk5250.h | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
> index 27dab76..2029ad3 100644
> --- a/include/configs/smdk5250.h
> +++ b/include/configs/smdk5250.h
> @@ -216,6 +216,12 @@
> #define CONFIG_ENV_SROM_BANK 1
> #endif /*CONFIG_CMD_NET*/
>
> +/* Enable PXE Support */
> +#ifdef CONFIG_CMD_NET
> +#define CONFIG_CMD_PXE
> +#define CONFIG_MENU
> +#endif
> +
> /* Enable devicetree support */
> #define CONFIG_OF_LIBFDT
>
> --
> 1.7.9.5
>
--
with warm regards,
Chander Kashyap
More information about the U-Boot
mailing list