summaryrefslogtreecommitdiff
path: root/include/configs/SX1.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-01-28 21:58:03 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-01-29 22:56:54 +0100
commit47fd3bffed6430c91eb2660f859574ed98be5bd8 (patch)
tree0fa171c1f12c9d61b7577826577221d22fac27ef /include/configs/SX1.h
parentcfca33837ec83829c6a49c3bcc86c31bc2495ff6 (diff)
SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/SX1.h')
-rw-r--r--include/configs/SX1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/SX1.h b/include/configs/SX1.h
index fd1a3bdd5..34a599949 100644
--- a/include/configs/SX1.h
+++ b/include/configs/SX1.h
@@ -116,7 +116,9 @@
#include <configs/omap1510.h>
#define CONFIG_BOOTARGS "mem=16M console=ttyS0,115200n8 root=/dev/mtdblock3 rw"
+#ifdef CONFIG_STDOUT_USBTTY
#define CONFIG_PREBOOT "setenv stdout usbtty;setenv stdin usbtty"
+#endif
/*
* Miscellaneous configurable options