summaryrefslogtreecommitdiffstats
path: root/include/configs/bamboo.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2005-10-20 16:34:28 +0200
committerStefan Roese <sr@denx.de>2005-10-20 16:34:28 +0200
commit1e25f957c845878bf3f71425f2f5d2baef897470 (patch)
tree2f6d55db6f2a7526ec0056e3c82e9f8444ec5152 /include/configs/bamboo.h
parenta93316c5e9d79a1d2358d43af8d287ee28596028 (diff)
downloadtalos-obmc-uboot-1e25f957c845878bf3f71425f2f5d2baef897470.tar.gz
talos-obmc-uboot-1e25f957c845878bf3f71425f2f5d2baef897470.zip
Add NetConsole Support for AMCC eval boards
Patch by Stefan Roese, 20 Oct 2005
Diffstat (limited to 'include/configs/bamboo.h')
-rw-r--r--include/configs/bamboo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/bamboo.h b/include/configs/bamboo.h
index 01f86f5141..95f9b5c62e 100644
--- a/include/configs/bamboo.h
+++ b/include/configs/bamboo.h
@@ -278,12 +278,14 @@
#define CONFIG_PHY1_ADDR 1
#ifndef CONFIG_BAMBOO_NAND
-#define CONFIG_NET_MULTI 1 /* required for netconsole */
#define CONFIG_HAS_ETH1 1 /* add support for "eth1addr" */
#endif /* CONFIG_BAMBOO_NAND */
#define CFG_RX_ETH_BUFFER 32 /* Number of ethernet rx buffers & descriptors */
+#define CONFIG_NETCONSOLE /* include NetConsole support */
+#define CONFIG_NET_MULTI 1 /* required for netconsole */
+
/* Partitions */
#define CONFIG_MAC_PARTITION
#define CONFIG_DOS_PARTITION
OpenPOWER on IntegriCloud