projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b173075
)
galaxy5200: Convert from unused CONFIG_BOOTP_MASK to specific list
author
Tom Rini
<trini@ti.com>
Fri, 9 Aug 2013 18:43:05 +0000
(14:43 -0400)
committer
Joe Hershberger
<joe.hershberger@ni.com>
Mon, 19 Aug 2013 17:34:19 +0000
(12:34 -0500)
Signed-off-by: Tom Rini <trini@ti.com>
include/configs/galaxy5200.h
patch
|
blob
|
history
diff --git
a/include/configs/galaxy5200.h
b/include/configs/galaxy5200.h
index 984f2745120854fdb2f7950d38f080c4e8d979c3..47e65d8b72853e378c9b6de6190b7f41dca751b5 100644
(file)
--- a/
include/configs/galaxy5200.h
+++ b/
include/configs/galaxy5200.h
@@
-360,10
+360,9
@@
#define CONFIG_CRC32_VERIFY 1
-#define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAULT | \
- CONFIG_BOOTP_DNS | \
- CONFIG_BOOTP_DNS2 | \
- CONFIG_BOOTP_SEND_HOSTNAME )
+#define CONFIG_BOOTP_DNS
+#define CONFIG_BOOTP_DNS2
+#define CONFIG_BOOTP_SEND_HOSTNAME
#define CONFIG_VERSION_VARIABLE 1