commit | 84e63abfff67b82253add1c05cfdd9700fada021 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 19 13:24:03 2021 -0700 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Dec 26 23:32:46 2021 +0100 |
tree | d01c1d08af4a6ccc48626c88f55d04e8d36d2393 | |
parent | 2c8ee30b9708f8d43b7d971568614d7a192ccf31 [diff] |
video: Support showing the U-Boot logo Show the U-Boot logo by default. This is only 7KB in size so seems like a useful default for boards that enable a display. If SPLASH_SCREEN is enabled, it is not enabled by default, so as not to conflict with that feature. Also disable it for tests, since we don't want to complicate the output. Signed-off-by: Simon Glass <sjg@chromium.org>