summaryrefslogtreecommitdiffstats
path: root/include/configs/yucca.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-08-07 14:33:32 +0200
committerStefan Roese <sr@denx.de>2006-08-07 14:33:32 +0200
commit4f92ed5fc083631ac7aef6c027cdf1177befd204 (patch)
treebe6e878aee7d2535ad8e137c8c684a5e394a9fc1 /include/configs/yucca.h
parent9ede3cc5113de1d55978d63f19358acf048a23fb (diff)
downloadtalos-obmc-uboot-4f92ed5fc083631ac7aef6c027cdf1177befd204.tar.gz
talos-obmc-uboot-4f92ed5fc083631ac7aef6c027cdf1177befd204.zip
Add commandline history support to all AMCC eval boards
Patch by Stefan Roese, 07 Aug 2006
Diffstat (limited to 'include/configs/yucca.h')
-rw-r--r--include/configs/yucca.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/yucca.h b/include/configs/yucca.h
index 0e58e7e102..f027d72d65 100644
--- a/include/configs/yucca.h
+++ b/include/configs/yucca.h
@@ -220,6 +220,9 @@
#define CONFIG_PHY_GIGE 1 /* Include GbE speed/duplex detection */
#define CFG_RX_ETH_BUFFER 32 /* Number of ethernet rx buffers & descriptors */
+#define CONFIG_NETCONSOLE /* include NetConsole support */
+#define CONFIG_NET_MULTI /* needed for NetConsole */
+
#undef CONFIG_WATCHDOG /* watchdog disabled */
/*
@@ -245,6 +248,12 @@
#define CFG_HZ 1000 /* decrementer freq: 1 ms ticks */
+#define CONFIG_CMDLINE_EDITING 1 /* add command line history */
+#define CONFIG_LOOPW 1 /* enable loopw command */
+#define CONFIG_MX_CYCLIC 1 /* enable mdc/mwc commands */
+#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
+#define CONFIG_VERSION_VARIABLE 1 /* include version env variable */
+
/*-----------------------------------------------------------------------
* FLASH related
*----------------------------------------------------------------------*/
OpenPOWER on IntegriCloud