mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +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
@@ -1518,7 +1518,7 @@ void handle_pxe_menu(struct pxe_context *ctx, struct pxe_menu *cfg)
|
||||
/* display BMP if available */
|
||||
if (cfg->bmp) {
|
||||
if (get_relfile(ctx, cfg->bmp, image_load_addr, NULL)) {
|
||||
#if defined(CONFIG_DM_VIDEO)
|
||||
#if defined(CONFIG_VIDEO)
|
||||
struct udevice *dev;
|
||||
|
||||
err = uclass_first_device_err(UCLASS_VIDEO, &dev);
|
||||
|
Reference in New Issue
Block a user