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>
This commit is contained in:
committed by
Anatolij Gustschin
parent
4adc28ebc6
commit
e655003384
@@ -1279,7 +1279,6 @@ CONFIG_SYS_VCXK_INVERT_PORT
|
||||
CONFIG_SYS_VCXK_REQUEST_DDR
|
||||
CONFIG_SYS_VCXK_REQUEST_PIN
|
||||
CONFIG_SYS_VCXK_REQUEST_PORT
|
||||
CONFIG_SYS_VIDEO_LOGO_MAX_SIZE
|
||||
CONFIG_SYS_VSC7385_BASE
|
||||
CONFIG_SYS_VSC7385_BASE_PHYS
|
||||
CONFIG_SYS_VSC7385_BR_PRELIM
|
||||
@@ -1347,6 +1346,7 @@ CONFIG_USB_TTY
|
||||
CONFIG_U_BOOT_HDR_SIZE
|
||||
CONFIG_VAR_SIZE_SPL
|
||||
CONFIG_VERY_BIG_RAM
|
||||
CONFIG_VIDEO_LOGO_MAX_SIZE
|
||||
CONFIG_VSC7385_ENET
|
||||
CONFIG_VSC7385_IMAGE
|
||||
CONFIG_VSC7385_IMAGE_SIZE
|
||||
|
||||
Reference in New Issue
Block a user