[U-Boot] [PATCH] ax25: Remove CONFIG_BOOTP_SERVERIP

Alexander Graf agraf at suse.de
Tue Jun 5 17:21:00 UTC 2018


The config variable CONFIG_BOOTP_SERVERIP indicates on DHCP-TFTP fetches
that the serverip variable is supposed to be used rather than the IP of
the DHCP server that replied.

Given that in the default environment no serverip is provided, that option
does not make a lot of sense and instead breaks the default dhcp boot flow.

Let's just remove it.

Signed-off-by: Alexander Graf <agraf at suse.de>
---
 include/configs/ax25-ae350.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/ax25-ae350.h b/include/configs/ax25-ae350.h
index b1ca5ac11a..b230896734 100644
--- a/include/configs/ax25-ae350.h
+++ b/include/configs/ax25-ae350.h
@@ -11,7 +11,6 @@
  * CPU and Board Configuration Options
  */
 #define CONFIG_BOOTP_SEND_HOSTNAME
-#define CONFIG_BOOTP_SERVERIP
 
 /*
  * Miscellaneous configurable options
-- 
2.12.3



More information about the U-Boot mailing list