summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-11-08 23:47:49 -0700
committerSimon Glass <sjg@chromium.org>2015-11-19 20:27:50 -0700
commit61b4d3558e9236ee9554a0da65f8ce139cbd3560 (patch)
tree742d86d45aaba821d08062d13a881c923ed62e35 /include
parent9854a8748c8fdd69784a1fa1c4758c696621c88d (diff)
downloadblackbird-obmc-uboot-61b4d3558e9236ee9554a0da65f8ce139cbd3560.tar.gz
blackbird-obmc-uboot-61b4d3558e9236ee9554a0da65f8ce139cbd3560.zip
sandbox: Enable console recording and silent console
Allow console recording so that tests can use it. Also allow the console output to be suppressed, to reduce test output 'noise'. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sandbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index b0fe5010dc..fb1bfb7fac 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -65,6 +65,7 @@
#define CONFIG_SYS_HUSH_PARSER
#define CONFIG_SYS_LONGHELP /* #undef to save memory */
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
+#define CONFIG_SILENT_CONSOLE
/* Print Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
OpenPOWER on IntegriCloud