summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-18 16:30:25 +0300
committerAnatolij Gustschin <agust@denx.de>2022-10-30 22:07:17 +0300
commiteaf707552862ec2778a920870096d16f9fc03ab2 (patch)
tree40d76eb62fd489fa97eb3afa1e04f71e50d94a14 /include
parentb0c5353c7c2e719da080de210fcfe27a16cdbb88 (diff)
downloadu-boot-eaf707552862ec2778a920870096d16f9fc03ab2.tar.xz
video: Drop SPLASHIMAGE_CALLBACK
This is not used anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/env_callback.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/env_callback.h b/include/env_callback.h
index d5d2b2fcad..1eae0efca2 100644
--- a/include/env_callback.h
+++ b/include/env_callback.h
@@ -24,12 +24,6 @@
#define SILENT_CALLBACK
#endif
-#ifdef CONFIG_SPLASHIMAGE_GUARD
-#define SPLASHIMAGE_CALLBACK "splashimage:splashimage,"
-#else
-#define SPLASHIMAGE_CALLBACK
-#endif
-
#ifdef CONFIG_REGEX
#define ENV_DOT_ESCAPE "\\"
#else
@@ -74,7 +68,6 @@
BOOTSTD_CALLBACK \
"loadaddr:loadaddr," \
SILENT_CALLBACK \
- SPLASHIMAGE_CALLBACK \
"stdin:console,stdout:console,stderr:console," \
"serial#:serialno," \
CONFIG_ENV_CALLBACK_LIST_STATIC