mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO
Now that all the old code is gone, rename this option. Driver model migration is now complete. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Anatolij Gustschin
parent
9330abfb4a
commit
b86986c7b3
@@ -119,7 +119,7 @@ void splash_get_pos(int *x, int *y)
|
||||
}
|
||||
#endif /* CONFIG_SPLASH_SCREEN_ALIGN */
|
||||
|
||||
#if defined(CONFIG_DM_VIDEO) && !defined(CONFIG_HIDE_LOGO_VERSION)
|
||||
#if defined(CONFIG_VIDEO) && !defined(CONFIG_HIDE_LOGO_VERSION)
|
||||
|
||||
#ifdef CONFIG_VIDEO_LOGO
|
||||
#include <bmp_logo.h>
|
||||
@@ -151,7 +151,7 @@ void splash_display_banner(void)
|
||||
vidconsole_put_string(dev, buf);
|
||||
vidconsole_position_cursor(dev, 0, row);
|
||||
}
|
||||
#endif /* CONFIG_DM_VIDEO && !CONFIG_HIDE_LOGO_VERSION */
|
||||
#endif /* CONFIG_VIDEO && !CONFIG_HIDE_LOGO_VERSION */
|
||||
|
||||
/*
|
||||
* Common function to show a splash image if env("splashimage") is set.
|
||||
@@ -181,7 +181,7 @@ int splash_display(void)
|
||||
if (x || y)
|
||||
goto end;
|
||||
|
||||
#if defined(CONFIG_DM_VIDEO) && !defined(CONFIG_HIDE_LOGO_VERSION)
|
||||
#if defined(CONFIG_VIDEO) && !defined(CONFIG_HIDE_LOGO_VERSION)
|
||||
splash_display_banner();
|
||||
#endif
|
||||
end:
|
||||
|
Reference in New Issue
Block a user