commit | 858198c4e160857ac3e90062278fe966bd4f0b78 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 18 06:46:08 2022 -0600 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Oct 30 20:07:16 2022 +0100 |
tree | 596cfa2c659a73eb89dfa02983a8b08f6d73d9f6 | |
parent | 45c0a7ee0e5bdfd32e90db11d0deb49b4c256ae9 [diff] |
video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE This option should not have the SYS_ in it. Drop it so it fits in with the other video options. Also simplify the alignment code in gunzip_bmp(), since malloc() always returns a 32-bit-aligned pointer. Signed-off-by: Simon Glass <sjg@chromium.org>