summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-06-16 03:37:53 (GMT)
committerSimon Glass <sjg@chromium.org>2017-07-11 16:08:20 (GMT)
commitd63b5b4fbb401e2ffbce5083c7f3d9f8045651ba (patch)
tree0229ced8e8debc255e4f04baa3c0a6b5a9c82ba9 /common
parent4e6bafa56807b7ea4ebfb2eebbcf2eae674866e0 (diff)
downloadu-boot-fsl-qoriq-d63b5b4fbb401e2ffbce5083c7f3d9f8045651ba.tar.xz
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 'common')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 086b676..361346b 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -488,7 +488,7 @@ config DISPLAY_CPUINFO
config DISPLAY_BOARDINFO
bool "Display information about the board during start up"
- default y if ARM || M68K || MIPS || PPC || XTENSA
+ default y if ARM || M68K || MIPS || PPC || SANDBOX || XTENSA
help
Display information about the board that U-Boot is running on
when U-Boot starts up. The board function checkboard() is called