diff options
author | Simon Glass | 2022-10-18 06:49:18 -0600 |
---|---|---|
committer | Anatolij Gustschin | 2022-10-30 20:07:16 +0100 |
commit | 2fd5a57af6cdb256c24d561bd7c6a0d10ccb542e (patch) | |
tree | f929ad9f2b0caa4ba370fca5cf23895d28e11f50 /include/configs/trats.h | |
parent | e65500338427b64e83a59432242a1ef295dd95f0 (diff) |
Convert CONFIG_VIDEO_LOGO_MAX_SIZE to Kconfig
This converts the following to Kconfig:
CONFIG_VIDEO_LOGO_MAX_SIZE
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/trats.h')
-rw-r--r-- | include/configs/trats.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h index 973d15962cd..daa8cc79b2f 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -147,7 +147,4 @@ /* LCD console */ #define LCD_BPP LCD_COLOR16 -/* LCD */ -#define CONFIG_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) - #endif /* __CONFIG_H */ |