summaryrefslogtreecommitdiffstats
path: root/include/cmd_confdefs.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-04-15 21:48:45 +0000
committerwdenk <wdenk>2004-04-15 21:48:45 +0000
commita3d991bd0da8b9fb9dbf2c7481091c3d082b9b13 (patch)
treec474375dc1cc812e006921ab2ad122b21923e512 /include/cmd_confdefs.h
parenta6ab4bf978a3d5a52a47bbd259b7eb4c860ebd0c (diff)
downloadblackbird-obmc-uboot-a3d991bd0da8b9fb9dbf2c7481091c3d082b9b13.tar.gz
blackbird-obmc-uboot-a3d991bd0da8b9fb9dbf2c7481091c3d082b9b13.zip
Patches by Pantelis Antoniou, 30 Mar 2004:
add networking support for VLANs (802.1q), and CDP (Cisco Discovery Protocol)
Diffstat (limited to 'include/cmd_confdefs.h')
-rw-r--r--include/cmd_confdefs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/cmd_confdefs.h b/include/cmd_confdefs.h
index c805970026..7a4dfe1ec8 100644
--- a/include/cmd_confdefs.h
+++ b/include/cmd_confdefs.h
@@ -88,6 +88,7 @@
#define CFG_CMD_ITEST 0x0040000000000000U /* Integer (and string) test */
#define CFG_CMD_NFS 0x0080000000000000U /* NFS support */
#define CFG_CMD_REISER 0x0100000000000000U /* Reiserfs support */
+#define CFG_CMD_CDP 0x0200000000000000U /* Cisco Discovery Protocol */
#define CFG_CMD_ALL 0xFFFFFFFFFFFFFFFFU /* ALL commands */
@@ -131,7 +132,8 @@
CFG_CMD_SDRAM | \
CFG_CMD_SPI | \
CFG_CMD_USB | \
- CFG_CMD_VFD )
+ CFG_CMD_VFD | \
+ CFG_CMD_CDP )
/* Default configuration
*/
OpenPOWER on IntegriCloud