projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
822593f
)
Exynos5250: Enable PXE Support
author
Chander Kashyap
<chander.kashyap@linaro.org>
Wed, 5 Sep 2012 00:38:21 +0000
(
00:38
+0000)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Thu, 15 Nov 2012 12:08:18 +0000
(21:08 +0900)
Add PXE support for the Exynos5250.
Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/smdk5250.h
patch
|
blob
|
history
diff --git
a/include/configs/smdk5250.h
b/include/configs/smdk5250.h
index c0f86228b08a0fb4df48d70180144af2990b76c2..91da16799810629be38e2eee401d3e40feb87ad9 100644
(file)
--- 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