]> Git Repo - J-u-boot.git/commit - include/console.h
Allow displaying the U-Boot banner on a video display
authorSimon Glass <[email protected]>
Fri, 16 Jun 2017 03:37:50 +0000 (21:37 -0600)
committerSimon Glass <[email protected]>
Tue, 11 Jul 2017 16:08:19 +0000 (10:08 -0600)
commitb0895384bebb6a4a2ea5bbdb0941b771b5875012
tree7c9289aa8c8155abcfc6462d7dbf5795e5cd1f9e
parent6c519f2dc4a59a9d81f087d990e24d1e6444c86d
Allow displaying the U-Boot banner on a video display

At present the U-Boot banner is only displayed on the serial console. If
this is not visible to the user, the banner does not show. Some devices
have a video display which can usefully display this information.

Add a banner which is printed after relocation only on non-serial devices
if CONFIG_DISPLAY_BOARDINFO_LATE is defined.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Bin Meng <[email protected]>
Tested-by: Stephen Warren <[email protected]>
common/board_r.c
common/console.c
include/console.h
This page took 0.03207 seconds and 4 git commands to generate.