mirror of
https://xff.cz/git/u-boot/
synced 2025-10-18 00:11:48 +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
@@ -353,7 +353,7 @@ void efi_setup_console_size(void)
|
||||
int rows = 25, cols = 80;
|
||||
int ret = -ENODEV;
|
||||
|
||||
if (IS_ENABLED(CONFIG_DM_VIDEO))
|
||||
if (IS_ENABLED(CONFIG_VIDEO))
|
||||
ret = query_vidconsole(&rows, &cols);
|
||||
if (ret)
|
||||
ret = query_console_serial(&rows, &cols);
|
||||
|
Reference in New Issue
Block a user