From: Chander Kashyap Date: Wed, 5 Sep 2012 00:38:21 +0000 (+0000) Subject: Exynos5250: Enable PXE Support X-Git-Tag: v2013.01-rc3~13^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=061562c423aa5929231b0d2039699bcb2b74079a;p=pandora-u-boot.git Exynos5250: Enable PXE Support Add PXE support for the Exynos5250. Signed-off-by: Chander Kashyap Signed-off-by: Minkyu Kang --- diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index c0f86228b08..91da1679981 100644 --- a/include/configs/smdk5250.h +++ b/include/configs/smdk5250.h @@ -212,6 +212,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