Browse Source

include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.

Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
used to be included but CONFIG_BOOTP_MASK was not defined.

Remove lingering references to CFG_CMD_* symbols.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger 18 years ago
parent
commit
a1aa0bb502

+ 9 - 0
include/configs/PATI.h

@@ -40,6 +40,15 @@
 #define CONFIG_BAUDRATE		9600
 #define CONFIG_BAUDRATE		9600
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/PCI405.h

@@ -69,6 +69,15 @@
 #define CONFIG_RTC_M48T35A	1		/* ST Electronics M48 timekeeper */
 #define CONFIG_RTC_M48T35A	1		/* ST Electronics M48 timekeeper */
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/PCI5441.h

@@ -123,6 +123,15 @@
 #define	CFG_HZ		(CONFIG_SYS_CLK_FREQ/(CFG_NIOS_TMRCNT + 1))
 #define	CFG_HZ		(CONFIG_SYS_CLK_FREQ/(CFG_NIOS_TMRCNT + 1))
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/PIP405.h

@@ -41,6 +41,15 @@
 #define CONFIG_SYS_CLK_FREQ	33000000 /* external frequency to pll	*/
 #define CONFIG_SYS_CLK_FREQ	33000000 /* external frequency to pll	*/
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/PK1C20.h

@@ -161,6 +161,15 @@
 #define CONFIG_SERVERIP		192.168.2.16
 #define CONFIG_SERVERIP		192.168.2.16
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/PLU405.h

@@ -62,6 +62,15 @@
 #define CONFIG_PHY_CLK_FREQ	EMAC_STACR_CLK_66MHZ /* 66 MHz OPB clock*/
 #define CONFIG_PHY_CLK_FREQ	EMAC_STACR_CLK_66MHZ /* 66 MHz OPB clock*/
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/PM520.h

@@ -89,6 +89,15 @@
 #endif
 #endif
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/PM854.h

@@ -304,6 +304,15 @@
 #define CFG_LOADS_BAUD_CHANGE	1	/* allow baudrate change */
 #define CFG_LOADS_BAUD_CHANGE	1	/* allow baudrate change */
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/PM856.h

@@ -307,6 +307,15 @@
 #define CFG_LOADS_BAUD_CHANGE	1	/* allow baudrate change */
 #define CFG_LOADS_BAUD_CHANGE	1	/* allow baudrate change */
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/PMC405.h

@@ -64,6 +64,15 @@
 #define CONFIG_NETCONSOLE		/* include NetConsole support	*/
 #define CONFIG_NETCONSOLE		/* include NetConsole support	*/
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/PN62.h

@@ -42,6 +42,15 @@
 #define CONFIG_CONS_INDEX	1
 #define CONFIG_CONS_INDEX	1
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/PPChameleonEVB.h

@@ -114,6 +114,15 @@
 #define CONFIG_PHY_CLK_FREQ	EMAC_STACR_CLK_66MHZ
 #define CONFIG_PHY_CLK_FREQ	EMAC_STACR_CLK_66MHZ
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/RPXsuper.h

@@ -150,6 +150,15 @@
 #define CFG_PROMPT              "=> "
 #define CFG_PROMPT              "=> "
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 10 - 1
include/configs/Rattler.h

@@ -126,6 +126,15 @@
 #define CONFIG_BAUDRATE		38400
 #define CONFIG_BAUDRATE		38400
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */
@@ -207,7 +216,7 @@
 #define MTDIDS_DEFAULT		"nor0=rattler-0"
 #define MTDIDS_DEFAULT		"nor0=rattler-0"
 #define MTDPARTS_DEFAULT	"mtdparts=rattler-0:-@1m(jffs2)"
 #define MTDPARTS_DEFAULT	"mtdparts=rattler-0:-@1m(jffs2)"
 */
 */
-#endif /* CFG_CMD_JFFS2 */
+#endif /* CONFIG_CMD_JFFS2 */
 
 
 #define CFG_MONITOR_BASE	TEXT_BASE
 #define CFG_MONITOR_BASE	TEXT_BASE
 #if (CFG_MONITOR_BASE < CFG_FLASH_BASE)
 #if (CFG_MONITOR_BASE < CFG_FLASH_BASE)

+ 9 - 0
include/configs/SBC8540.h

@@ -339,6 +339,15 @@
 #define CFG_LOADS_BAUD_CHANGE	1	/* allow baudrate change	*/
 #define CFG_LOADS_BAUD_CHANGE	1	/* allow baudrate change	*/
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/SL8245.h

@@ -54,6 +54,15 @@
 #define	CONFIG_TIMESTAMP		/* Print image info with timestamp */
 #define	CONFIG_TIMESTAMP		/* Print image info with timestamp */
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/SX1.h

@@ -94,6 +94,15 @@
 #define CFG_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200 }
 #define CFG_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200 }
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/SXNI855T.h

@@ -147,6 +147,15 @@
 #define CFG_DISCOVER_PHY
 #define CFG_DISCOVER_PHY
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/Sandpoint8240.h

@@ -81,6 +81,15 @@
 #define CONFIG_BOOTCOMMAND	"run flash_self"
 #define CONFIG_BOOTCOMMAND	"run flash_self"
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/Sandpoint8245.h

@@ -52,6 +52,15 @@
 #define	CONFIG_TIMESTAMP		/* Print image info with timestamp */
 #define	CONFIG_TIMESTAMP		/* Print image info with timestamp */
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/TASREG.h

@@ -51,6 +51,15 @@
 #undef CONFIG_MONITOR_IS_IN_RAM	              /* no pre-loader required!!! ;-) */
 #undef CONFIG_MONITOR_IS_IN_RAM	              /* no pre-loader required!!! ;-) */
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 10 - 2
include/configs/TB5200.h

@@ -87,6 +87,15 @@
 #endif
 #endif
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */
@@ -408,8 +417,7 @@
 #define CFG_HZ			1000	/* decrementer freq: 1 ms ticks */
 #define CFG_HZ			1000	/* decrementer freq: 1 ms ticks */
 
 
 /*
 /*
- * Enable loopw commando. This has only affect, if CFG_CMD_MEM is defined,
- * which is normally part of the default commands (CFV_CMD_DFL)
+ * Enable loopw command.
  */
  */
 #define CONFIG_LOOPW
 #define CONFIG_LOOPW
 
 

+ 9 - 0
include/configs/TOP5200.h

@@ -99,6 +99,15 @@
 #endif
 #endif
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 10 - 2
include/configs/TQM5200.h

@@ -147,6 +147,15 @@
 #endif
 #endif
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */
@@ -580,8 +589,7 @@
 #define CFG_HZ			1000	/* decrementer freq: 1 ms ticks */
 #define CFG_HZ			1000	/* decrementer freq: 1 ms ticks */
 
 
 /*
 /*
- * Enable loopw commando. This has only affect, if CFG_CMD_MEM is defined,
- * which is normally part of the default commands (CFV_CMD_DFL)
+ * Enable loopw command.
  */
  */
 #define CONFIG_LOOPW
 #define CONFIG_LOOPW
 
 

+ 8 - 6
include/configs/TQM8272.h

@@ -97,10 +97,6 @@
 /* enable I2C and select the hardware/software driver */
 /* enable I2C and select the hardware/software driver */
 #undef  CONFIG_HARD_I2C			/* I2C with hardware support	*/
 #undef  CONFIG_HARD_I2C			/* I2C with hardware support	*/
 #define CONFIG_SOFT_I2C		1	/* I2C bit-banged		*/
 #define CONFIG_SOFT_I2C		1	/* I2C bit-banged		*/
-#define ADD_CMD_I2C		CFG_CMD_I2C	| \
-				CFG_CMD_DATE	|\
-				CFG_CMD_DTT	|\
-				CFG_CMD_EEPROM
 #define CFG_I2C_SPEED		400000	/* I2C speed and slave address	*/
 #define CFG_I2C_SPEED		400000	/* I2C speed and slave address	*/
 #define CFG_I2C_SLAVE		0x7F
 #define CFG_I2C_SLAVE		0x7F
 
 
@@ -140,7 +136,6 @@
 #else
 #else
 #undef CONFIG_HARD_I2C
 #undef CONFIG_HARD_I2C
 #undef CONFIG_SOFT_I2C
 #undef CONFIG_SOFT_I2C
-#define ADD_CMD_I2C		0
 #endif
 #endif
 
 
 /*
 /*
@@ -295,6 +290,13 @@
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_SNTP
 #define CONFIG_CMD_SNTP
 
 
+#if CONFIG_I2C
+    #define CONFIG_CMD_I2C
+    #define CONFIG_CMD_DATE
+    #define CONFIG_CMD_DTT
+    #define CONFIG_CMD_EEPROM
+#endif
+
 
 
 /*
 /*
  * Miscellaneous configurable options
  * Miscellaneous configurable options
@@ -439,7 +441,7 @@
 	WRITE_NAND(d, addr); \
 	WRITE_NAND(d, addr); \
 } while(0)
 } while(0)
 
 
-#endif /* CFG_CMD_NAND */
+#endif /* CONFIG_CMD_NAND */
 
 
 #define	CONFIG_PCI
 #define	CONFIG_PCI
 #ifdef CONFIG_PCI
 #ifdef CONFIG_PCI

+ 9 - 0
include/configs/TQM834x.h

@@ -315,6 +315,15 @@ extern int tqm834x_num_flash_banks;
 #define CONFIG_LOADS_ECHO		1	/* echo on for serial download */
 #define CONFIG_LOADS_ECHO		1	/* echo on for serial download */
 #define CFG_LOADS_BAUD_CHANGE		1	/* allow baudrate change */
 #define CFG_LOADS_BAUD_CHANGE		1	/* allow baudrate change */
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/TQM85xx.h

@@ -358,6 +358,15 @@
 #define	CONFIG_TIMESTAMP		/* Print image info with ts	*/
 #define	CONFIG_TIMESTAMP		/* Print image info with ts	*/
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 1 - 2
include/configs/TQM885D.h

@@ -198,8 +198,7 @@
 #define CFG_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200 }
 #define CFG_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200 }
 
 
 /*
 /*
- * Enable loopw commando. This has only effect, if CFG_CMD_MEM is defined,
- * which is normally part of the default commands (CFV_CMD_DFL)
+ * Enable loopw command.
  */
  */
 #define CONFIG_LOOPW
 #define CONFIG_LOOPW
 
 

+ 9 - 0
include/configs/Total5200.h

@@ -110,6 +110,15 @@
 #define CONFIG_USB_STORAGE
 #define CONFIG_USB_STORAGE
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/VCMA9.h

@@ -49,6 +49,15 @@
 #define CONFIG_INITRD_TAG	 1
 #define CONFIG_INITRD_TAG	 1
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/VOH405.h

@@ -59,6 +59,15 @@
 #define CONFIG_PHY_CLK_FREQ	EMAC_STACR_CLK_66MHZ /* 66 MHz OPB clock*/
 #define CONFIG_PHY_CLK_FREQ	EMAC_STACR_CLK_66MHZ /* 66 MHz OPB clock*/
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/VoVPN-GW.h

@@ -137,6 +137,15 @@
 
 
 #endif
 #endif
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/W7OLMC.h

@@ -70,6 +70,15 @@
 
 
 #define CONFIG_RTC_M48T35A	1		/* ST Electronics M48 timekeeper */
 #define CONFIG_RTC_M48T35A	1		/* ST Electronics M48 timekeeper */
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/W7OLMG.h

@@ -76,6 +76,15 @@
 #define CFG_DTT_HYSTERESIS	3
 #define CFG_DTT_HYSTERESIS	3
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/WUH405.h

@@ -61,6 +61,15 @@
 #define CONFIG_PHY_CLK_FREQ	EMAC_STACR_CLK_66MHZ /* 66 MHz OPB clock*/
 #define CONFIG_PHY_CLK_FREQ	EMAC_STACR_CLK_66MHZ /* 66 MHz OPB clock*/
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/XPEDITE1K.h

@@ -183,6 +183,15 @@ extern void out32(unsigned int, unsigned long);
 #define CONFIG_HAS_ETH3		1	/* add support for "eth3addr"	*/
 #define CONFIG_HAS_ETH3		1	/* add support for "eth3addr"	*/
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/Yukon8220.h

@@ -65,6 +65,15 @@
 #define CONFIG_TIMESTAMP			/* Print image info with timestamp */
 #define CONFIG_TIMESTAMP			/* Print image info with timestamp */
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */

+ 9 - 0
include/configs/ZPC1900.h

@@ -107,6 +107,15 @@
 #define CONFIG_BAUDRATE		38400
 #define CONFIG_BAUDRATE		38400
 
 
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
 /*
  * Command line configuration.
  * Command line configuration.
  */
  */