mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00: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:
parent
9330abfb4a
commit
b86986c7b3
235 changed files with 252 additions and 254 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue