summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-10 09:38:02 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-10 09:38:02 -0500
commit7f5c01577400c74cc5bac74f41dd0d3c79df623c (patch)
tree7096319decc54229c164c74a5fdc12d09df6a0aa
parent80ff4f99b84b64edca3fd10da365ec1493be1c95 (diff)
downloadblackbird-obmc-uboot-7f5c01577400c74cc5bac74f41dd0d3c79df623c.tar.gz
blackbird-obmc-uboot-7f5c01577400c74cc5bac74f41dd0d3c79df623c.zip
include/configs/[g-o]*: 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>
-rw-r--r--include/configs/gth2.h9
-rw-r--r--include/configs/hmi1001.h12
-rw-r--r--include/configs/hymod.h9
-rw-r--r--include/configs/idmr.h9
-rw-r--r--include/configs/incaip.h9
-rw-r--r--include/configs/inka4x0.h12
-rw-r--r--include/configs/innokom.h9
-rw-r--r--include/configs/ixdp425.h9
-rw-r--r--include/configs/ixdpg425.h9
-rw-r--r--include/configs/jupiter.h14
-rw-r--r--include/configs/kb9202.h9
-rw-r--r--include/configs/lart.h9
-rw-r--r--include/configs/logodl.h9
-rw-r--r--include/configs/lpd7a400.h9
-rw-r--r--include/configs/lpd7a404.h9
-rw-r--r--include/configs/luan.h9
-rw-r--r--include/configs/lubbock.h9
-rw-r--r--include/configs/mcc200.h9
-rw-r--r--include/configs/mecp5200.h9
-rw-r--r--include/configs/ml300.h9
-rw-r--r--include/configs/mp2usb.h9
-rw-r--r--include/configs/mx1ads.h9
-rw-r--r--include/configs/mx1fs2.h11
-rw-r--r--include/configs/ns9750dev.h9
-rw-r--r--include/configs/o2dnt.h13
-rw-r--r--include/configs/ocotea.h9
26 files changed, 242 insertions, 9 deletions
diff --git a/include/configs/gth2.h b/include/configs/gth2.h
index 0247b7d25c..c2a50c1f47 100644
--- a/include/configs/gth2.h
+++ b/include/configs/gth2.h
@@ -73,6 +73,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/hmi1001.h b/include/configs/hmi1001.h
index 7e1897a759..6c15b4e14c 100644
--- a/include/configs/hmi1001.h
+++ b/include/configs/hmi1001.h
@@ -52,6 +52,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
@@ -242,8 +251,7 @@
#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
diff --git a/include/configs/hymod.h b/include/configs/hymod.h
index 8a3ad6861e..b789067f81 100644
--- a/include/configs/hymod.h
+++ b/include/configs/hymod.h
@@ -174,6 +174,15 @@
#define CONFIG_LAST_STAGE_INIT
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_all.h>
diff --git a/include/configs/idmr.h b/include/configs/idmr.h
index 9926633463..1ab7b27a5d 100644
--- a/include/configs/idmr.h
+++ b/include/configs/idmr.h
@@ -80,6 +80,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/incaip.h b/include/configs/incaip.h
index ef8f724957..4caf54efd3 100644
--- a/include/configs/incaip.h
+++ b/include/configs/incaip.h
@@ -83,6 +83,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h
index 19f2f194f6..0fac28fadd 100644
--- a/include/configs/inka4x0.h
+++ b/include/configs/inka4x0.h
@@ -73,6 +73,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
@@ -259,8 +268,7 @@
#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
diff --git a/include/configs/innokom.h b/include/configs/innokom.h
index 38ccf89cd1..5310e0d428 100644
--- a/include/configs/innokom.h
+++ b/include/configs/innokom.h
@@ -56,6 +56,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
diff --git a/include/configs/ixdp425.h b/include/configs/ixdp425.h
index 8c1ab242f3..bc5f9e19bd 100644
--- a/include/configs/ixdp425.h
+++ b/include/configs/ixdp425.h
@@ -55,6 +55,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/ixdpg425.h b/include/configs/ixdpg425.h
index 6c103ce6f3..da59230bb6 100644
--- a/include/configs/ixdpg425.h
+++ b/include/configs/ixdpg425.h
@@ -77,6 +77,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/jupiter.h b/include/configs/jupiter.h
index e53b848c34..b68c5aa46e 100644
--- a/include/configs/jupiter.h
+++ b/include/configs/jupiter.h
@@ -66,7 +66,6 @@
#define CONFIG_PCI_IO_BUS 0x50000000
#define CONFIG_PCI_IO_PHYS CONFIG_PCI_IO_BUS
#define CONFIG_PCI_IO_SIZE 0x01000000
-#define ADD_PCI_CMD CFG_CMD_PCI
#endif
#define CFG_XLB_PIPELINING 1
@@ -84,6 +83,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
@@ -91,6 +99,10 @@
#define CONFIG_CMD_NFS
#define CONFIG_CMD_SNTP
+#if defined(CONFIG_PCI)
+#define CODFIG_CMD_PCI
+#endif
+
/*
* Autobooting
diff --git a/include/configs/kb9202.h b/include/configs/kb9202.h
index 4741ead815..75d9c3b3b4 100644
--- a/include/configs/kb9202.h
+++ b/include/configs/kb9202.h
@@ -80,6 +80,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/lart.h b/include/configs/lart.h
index 98bc3b257b..8f18c9f1b1 100644
--- a/include/configs/lart.h
+++ b/include/configs/lart.h
@@ -61,6 +61,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/logodl.h b/include/configs/logodl.h
index 7c11eeb707..2b2d37751e 100644
--- a/include/configs/logodl.h
+++ b/include/configs/logodl.h
@@ -56,6 +56,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#define CONFIG_CMD_ASKENV
diff --git a/include/configs/lpd7a400.h b/include/configs/lpd7a400.h
index 414cb14da8..04148898ea 100644
--- a/include/configs/lpd7a400.h
+++ b/include/configs/lpd7a400.h
@@ -57,6 +57,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/lpd7a404.h b/include/configs/lpd7a404.h
index 87815cb170..11ede96818 100644
--- a/include/configs/lpd7a404.h
+++ b/include/configs/lpd7a404.h
@@ -57,6 +57,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/luan.h b/include/configs/luan.h
index 82af2fb075..72aae09d03 100644
--- a/include/configs/luan.h
+++ b/include/configs/luan.h
@@ -215,6 +215,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/lubbock.h b/include/configs/lubbock.h
index eed589066e..4adf254221 100644
--- a/include/configs/lubbock.h
+++ b/include/configs/lubbock.h
@@ -69,6 +69,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/mcc200.h b/include/configs/mcc200.h
index 10e25f0229..744f551c3e 100644
--- a/include/configs/mcc200.h
+++ b/include/configs/mcc200.h
@@ -93,6 +93,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/mecp5200.h b/include/configs/mecp5200.h
index 6f0d4973f0..49919fbafb 100644
--- a/include/configs/mecp5200.h
+++ b/include/configs/mecp5200.h
@@ -88,6 +88,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/ml300.h b/include/configs/ml300.h
index 423c6ebbb7..0183041842 100644
--- a/include/configs/ml300.h
+++ b/include/configs/ml300.h
@@ -89,6 +89,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/mp2usb.h b/include/configs/mp2usb.h
index 3a6224012a..8d6f2613c1 100644
--- a/include/configs/mp2usb.h
+++ b/include/configs/mp2usb.h
@@ -130,6 +130,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/mx1ads.h b/include/configs/mx1ads.h
index 0ae2780f20..5125b21e04 100644
--- a/include/configs/mx1ads.h
+++ b/include/configs/mx1ads.h
@@ -80,6 +80,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
diff --git a/include/configs/mx1fs2.h b/include/configs/mx1fs2.h
index 47ca0f1eee..d527d098f5 100644
--- a/include/configs/mx1fs2.h
+++ b/include/configs/mx1fs2.h
@@ -36,6 +36,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
@@ -159,7 +168,7 @@
* Right now there is no gain for user, but later on booting kernel might be
* possible. Consider using XIP kernel running from flash to save RAM
* footprint.
- * NOTE: Enable CFG_CMD_JFFS2 for JFFS2 support.
+ * NOTE: Enable CONFIG_CMD_JFFS2 for JFFS2 support.
*/
/*
diff --git a/include/configs/ns9750dev.h b/include/configs/ns9750dev.h
index e1806a70c6..1d691f9731 100644
--- a/include/configs/ns9750dev.h
+++ b/include/configs/ns9750dev.h
@@ -71,6 +71,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
diff --git a/include/configs/o2dnt.h b/include/configs/o2dnt.h
index 9ed1ed856c..f1d73e4c53 100644
--- a/include/configs/o2dnt.h
+++ b/include/configs/o2dnt.h
@@ -68,8 +68,6 @@
#define CFG_RX_ETH_BUFFER 8 /* use 8 rx buffer on eepro100 */
#define CONFIG_NS8382X 1
-#define ADD_PCI_CMD CFG_CMD_PCI
-
/* Partitions */
#define CONFIG_MAC_PARTITION
#define CONFIG_DOS_PARTITION
@@ -79,6 +77,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
@@ -89,7 +96,7 @@
#define CONFIG_CMD_NFS
#define CONFIG_CMD_MII
#define CONFIG_CMD_PING
-#define CONFIG_PCI_CMD
+#define CONFIG_CMD_PCI
#if (TEXT_BASE == 0xFF000000) /* Boot low with 16 MB Flash */
diff --git a/include/configs/ocotea.h b/include/configs/ocotea.h
index fd45c1d970..bc2fd33ff5 100644
--- a/include/configs/ocotea.h
+++ b/include/configs/ocotea.h
@@ -234,6 +234,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
OpenPOWER on IntegriCloud