From: Tom Rini <trini@ti.com>
Date: Fri, 9 Aug 2013 18:43:05 +0000 (-0400)
Subject: galaxy5200: Convert from unused CONFIG_BOOTP_MASK to specific list
X-Git-Tag: v2025.01-rc5-pxa1908~15966
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=48e8c08e586866d21ec609bf8944b213a5e71bb7;p=u-boot.git

galaxy5200: Convert from unused CONFIG_BOOTP_MASK to specific list

Signed-off-by: Tom Rini <trini@ti.com>
---

diff --git a/include/configs/galaxy5200.h b/include/configs/galaxy5200.h
index 984f274512..47e65d8b72 100644
--- 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