[U-Boot] [PATCH] Exynos5250: Enable PXE Support

Chander Kashyap chander.kashyap at linaro.org
Wed Sep 5 12:38:21 CEST 2012


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



More information about the U-Boot mailing list