[U-Boot] [PATCH] galaxy5200: Convert from unused CONFIG_BOOTP_MASK to specific list

9 Aug
2013
9 Aug
'13
8:43 p.m.
Signed-off-by: Tom Rini trini@ti.com --- include/configs/galaxy5200.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/include/configs/galaxy5200.h b/include/configs/galaxy5200.h index 984f274..47e65d8 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
--
1.7.9.5

19 Aug
19 Aug
7:45 p.m.
New subject: [U-Boot] [PATCH] galaxy5200: Convert from unused CONFIG_BOOTP_MASK to specific list
On Fri, Aug 9, 2013 at 1:43 PM, Tom Rini trini@ti.com wrote:
Signed-off-by: Tom Rini trini@ti.com
Applied, Thanks! -Joe
4279
Age (days ago)
4289
Last active (days ago)
1 comments
2 participants
participants (2)
-
Joe Hershberger
-
Tom Rini