summaryrefslogtreecommitdiffstats
path: root/include/config_cmd_all.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@openmoko.org>2007-12-19 14:14:47 +0100
committerWolfgang Denk <wd@denx.de>2008-01-09 13:26:38 +0100
commitd16471ee05ce7ac5392bc0e9fe3ff4b58a768f33 (patch)
tree488f1ba2197d0a2fd31c279a1eaa31e8fa2de35e /include/config_cmd_all.h
parent62d4f4365341576f5a5307b2b205a5aa2e3c6be6 (diff)
downloadblackbird-obmc-uboot-d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33.tar.gz
blackbird-obmc-uboot-d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33.zip
add 'terminal program' functionality
This patch adds a 'cu' like serial terminal command to u-boot using which you can access other serial ports from the system console. OpenMoko uses this in their Neo1973 phones to get access to the GSM Modem and GPS chip from the bootloader. Signed-off-by: Harald Welte <laforge@openmoko.org>
Diffstat (limited to 'include/config_cmd_all.h')
-rw-r--r--include/config_cmd_all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index d7ef65d5dd..f3965efe95 100644
--- a/include/config_cmd_all.h
+++ b/include/config_cmd_all.h
@@ -73,6 +73,7 @@
#define CONFIG_CMD_SETGETDCR /* DCR support on 4xx */
#define CONFIG_CMD_SNTP /* SNTP support */
#define CONFIG_CMD_SPI /* SPI utility */
+#define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
#define CONFIG_CMD_USB /* USB Support */
#define CONFIG_CMD_VFD /* VFD support (TRAB) */
OpenPOWER on IntegriCloud