فهرست منبع

include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger 18 سال پیش
والد
کامیت
18225e8dd1

+ 9 - 2
include/configs/P3G4.h

@@ -120,8 +120,15 @@
 #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/
 #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/
 #undef	CONFIG_ALTIVEC                  /* undef to disable             */
 #undef	CONFIG_ALTIVEC                  /* undef to disable             */
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | \
-				 CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
+
 
 
 #define	CONFIG_TIMESTAMP		/* Print image info with timestamp */
 #define	CONFIG_TIMESTAMP		/* Print image info with timestamp */
 
 

+ 8 - 2
include/configs/PCIPPC2.h

@@ -53,8 +53,14 @@
 #define CONFIG_PREBOOT		""
 #define CONFIG_PREBOOT		""
 #define CONFIG_BOOTDELAY	5
 #define CONFIG_BOOTDELAY	5
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | \
-				 CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
 
 
 #define CONFIG_MAC_PARTITION
 #define CONFIG_MAC_PARTITION
 #define CONFIG_DOS_PARTITION
 #define CONFIG_DOS_PARTITION

+ 8 - 2
include/configs/PCIPPC6.h

@@ -53,8 +53,14 @@
 #define CONFIG_PREBOOT		""
 #define CONFIG_PREBOOT		""
 #define CONFIG_BOOTDELAY	5
 #define CONFIG_BOOTDELAY	5
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | \
-				 CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
 
 
 #define CONFIG_MAC_PARTITION
 #define CONFIG_MAC_PARTITION
 #define CONFIG_DOS_PARTITION
 #define CONFIG_DOS_PARTITION

+ 8 - 1
include/configs/PM826.h

@@ -151,7 +151,14 @@
 
 
 #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/
 #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT|CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
 
 
 
 
 /*
 /*

+ 8 - 1
include/configs/PM828.h

@@ -151,7 +151,14 @@
 
 
 #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/
 #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT|CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
 
 
 
 
 /*
 /*

+ 9 - 1
include/configs/QS823.h

@@ -189,7 +189,15 @@
 #undef CONFIG_STATUS_LED		/* Status LED disabled */
 #undef CONFIG_STATUS_LED		/* Status LED disabled */
 #undef CONFIG_CAN_DRIVER		/* CAN Driver support disabled */
 #undef CONFIG_CAN_DRIVER		/* CAN Driver support disabled */
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
+
 
 
 #undef CONFIG_MAC_PARTITION
 #undef CONFIG_MAC_PARTITION
 #undef CONFIG_DOS_PARTITION
 #undef CONFIG_DOS_PARTITION

+ 8 - 1
include/configs/QS850.h

@@ -189,7 +189,14 @@
 #undef CONFIG_STATUS_LED		/* Status LED disabled */
 #undef CONFIG_STATUS_LED		/* Status LED disabled */
 #undef CONFIG_CAN_DRIVER		/* CAN Driver support disabled */
 #undef CONFIG_CAN_DRIVER		/* CAN Driver support disabled */
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
 
 
 #undef CONFIG_MAC_PARTITION
 #undef CONFIG_MAC_PARTITION
 #undef CONFIG_DOS_PARTITION
 #undef CONFIG_DOS_PARTITION

+ 9 - 1
include/configs/QS860T.h

@@ -92,7 +92,15 @@
 
 
 #undef CONFIG_CAN_DRIVER		/* CAN Driver support disabled */
 #undef CONFIG_CAN_DRIVER		/* CAN Driver support disabled */
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
+
 
 
 #define CONFIG_MAC_PARTITION
 #define CONFIG_MAC_PARTITION
 #define CONFIG_DOS_PARTITION
 #define CONFIG_DOS_PARTITION

+ 8 - 1
include/configs/R360MPI.h

@@ -79,7 +79,14 @@
 
 
 #define	CONFIG_CAN_DRIVER		/* CAN Driver support enabled	*/
 #define	CONFIG_CAN_DRIVER		/* CAN Driver support enabled	*/
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
 
 
 #define CONFIG_MAC_PARTITION
 #define CONFIG_MAC_PARTITION
 #define CONFIG_DOS_PARTITION
 #define CONFIG_DOS_PARTITION

+ 9 - 1
include/configs/RBC823.h

@@ -79,7 +79,15 @@
 
 
 #undef	CONFIG_CAN_DRIVER		/* CAN Driver support disabled	*/
 #undef	CONFIG_CAN_DRIVER		/* CAN Driver support disabled	*/
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
+
 
 
 #undef CONFIG_MAC_PARTITION
 #undef CONFIG_MAC_PARTITION
 #define CONFIG_DOS_PARTITION
 #define CONFIG_DOS_PARTITION

+ 9 - 1
include/configs/RPXClassic.h

@@ -88,7 +88,15 @@
 
 
 #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/
 #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
+
 
 
 #define	CONFIG_CLOCKS_IN_MHZ	1	/* clocks passsed to Linux in MHz */
 #define	CONFIG_CLOCKS_IN_MHZ	1	/* clocks passsed to Linux in MHz */
 
 

+ 9 - 1
include/configs/RPXlite.h

@@ -62,7 +62,15 @@
 #define CONFIG_BZIP2		/* Include support for bzip2 compressed images  */
 #define CONFIG_BZIP2		/* Include support for bzip2 compressed images  */
 #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/
 #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
+
 
 
 /*
 /*
  * Command line configuration.
  * Command line configuration.

+ 9 - 1
include/configs/RPXlite_DW.h

@@ -115,7 +115,15 @@
 #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/
 #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/
 #undef	CONFIG_STATUS_LED		/* disturbs display. Status LED disabled. */
 #undef	CONFIG_STATUS_LED		/* disturbs display. Status LED disabled. */
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
+
 
 
 #if 1	       /* Enable this stuff could make image enlarge about 25KB. Mask it if you
 #if 1	       /* Enable this stuff could make image enlarge about 25KB. Mask it if you
 		  don't want the advanced function */
 		  don't want the advanced function */

+ 9 - 1
include/configs/RRvision.h

@@ -92,7 +92,15 @@
 
 
 #undef	CONFIG_CAN_DRIVER		/* CAN Driver support disabled	*/
 #undef	CONFIG_CAN_DRIVER		/* CAN Driver support disabled	*/
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
+
 
 
 #define CONFIG_MAC_PARTITION
 #define CONFIG_MAC_PARTITION
 #define CONFIG_DOS_PARTITION
 #define CONFIG_DOS_PARTITION

+ 8 - 1
include/configs/SCM.h

@@ -190,7 +190,14 @@
 
 
 #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/
 #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT|CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
 
 
 
 
 /*
 /*

+ 9 - 1
include/configs/SM850.h

@@ -68,7 +68,15 @@
 
 
 #undef	CONFIG_CAN_DRIVER		/* CAN Driver support disabled	*/
 #undef	CONFIG_CAN_DRIVER		/* CAN Driver support disabled	*/
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
+
 
 
 #define CONFIG_RTC_MPC8xx		/* use internal RTC of MPC8xx	*/
 #define CONFIG_RTC_MPC8xx		/* use internal RTC of MPC8xx	*/
 
 

+ 9 - 1
include/configs/SMN42.h

@@ -66,7 +66,15 @@
 
 
 #define CONFIG_BAUDRATE		115200
 #define CONFIG_BAUDRATE		115200
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT|CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
+
 
 
 /* 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	*/

+ 9 - 1
include/configs/SPD823TS.h

@@ -73,7 +73,15 @@
 #define CONFIG_MAC_PARTITION
 #define CONFIG_MAC_PARTITION
 #define CONFIG_DOS_PARTITION
 #define CONFIG_DOS_PARTITION
 
 
-#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE)
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_BOOTFILESIZE
+
 
 
 /*----------------------------------------------------------------------*/
 /*----------------------------------------------------------------------*/
 #define CONFIG_ETHADDR		00:D0:93:00:01:CB
 #define CONFIG_ETHADDR		00:D0:93:00:01:CB