diff options
author | Simon Glass | 2015-11-08 23:47:49 -0700 |
---|---|---|
committer | Simon Glass | 2015-11-19 20:27:50 -0700 |
commit | 61b4d3558e9236ee9554a0da65f8ce139cbd3560 (patch) | |
tree | 742d86d45aaba821d08062d13a881c923ed62e35 /include | |
parent | 9854a8748c8fdd69784a1fa1c4758c696621c88d (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index b0fe5010dc8..fb1bfb7facc 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) |