
6 Jul
2017
6 Jul
'17
4:51 p.m.
On Fri, Jun 16, 2017 at 11:37 AM, Simon Glass sjg@chromium.org wrote:
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
Changes in v3:
- Add new patch to enable more console options on sandbox
Changes in v2: None
arch/sandbox/dts/sandbox.dts | 1 + common/Kconfig | 2 +- configs/sandbox_defconfig | 2 ++ include/configs/sandbox.h | 1 + 4 files changed, 5 insertions(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot-dm, thanks!