summaryrefslogtreecommitdiffstats
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-06-15 21:37:53 -0600
committerSimon Glass <sjg@chromium.org>2017-07-11 10:08:20 -0600
commitd63b5b4fbb401e2ffbce5083c7f3d9f8045651ba (patch)
tree0229ced8e8debc255e4f04baa3c0a6b5a9c82ba9 /include/configs/sandbox.h
parent4e6bafa56807b7ea4ebfb2eebbcf2eae674866e0 (diff)
downloadu-boot-d63b5b4fbb401e2ffbce5083c7f3d9f8045651ba.tar.gz
u-boot-d63b5b4fbb401e2ffbce5083c7f3d9f8045651ba.tar.xz
u-boot-d63b5b4fbb401e2ffbce5083c7f3d9f8045651ba.zip
sandbox: Enable more console options
Enable the pre-console buffer, displaying the model and post-relocation console announce on sandbox. Also add a model name to the device tree. This allows testing of these features. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'include/configs/sandbox.h')
-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 9276cf9734..1e8404cbdf 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -41,6 +41,7 @@
#define CONFIG_SYS_LONGHELP /* #undef to save memory */
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
+#define CONFIG_DISPLAY_BOARDINFO_LATE
/* Print Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)