diff options
author | Simon Glass <sjg@chromium.org> | 2022-10-18 07:30:25 -0600 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-10-30 20:07:17 +0100 |
commit | eaf707552862ec2778a920870096d16f9fc03ab2 (patch) | |
tree | 40d76eb62fd489fa97eb3afa1e04f71e50d94a14 /drivers/video/Kconfig | |
parent | b0c5353c7c2e719da080de210fcfe27a16cdbb88 (diff) | |
download | u-boot-eaf707552862ec2778a920870096d16f9fc03ab2.tar.gz u-boot-eaf707552862ec2778a920870096d16f9fc03ab2.tar.bz2 u-boot-eaf707552862ec2778a920870096d16f9fc03ab2.zip |
video: Drop SPLASHIMAGE_CALLBACK
This is not used anymore. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 83dba632c1..21fda77cd6 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -810,19 +810,6 @@ config SPLASH_SCREEN if SPLASH_SCREEN -config SPLASHIMAGE_GUARD - bool "Support unaligned BMP images" - help - If this option is set, then U-Boot will prevent the environment - variable "splashimage" from being set to a problematic address - (see doc/README.displaying-bmps). - - This option is useful for targets where, due to alignment - restrictions, an improperly aligned BMP image will cause a data - abort. If you think you will not have problems with unaligned - accesses (for example because your toolchain prevents them) - there is no need to set this option. - config SPLASH_SCREEN_ALIGN bool "Allow positioning the splash image anywhere on the display" help |