]> git.sur5r.net Git - u-boot/blobdiff - cmd/bootefi.c
efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD
[u-boot] / cmd / bootefi.c
index 954245740b8d06b3c5ed612f43f42a6b18fd3253..b6dedec463b0f5b0412861682cca8a1e2bad2cb8 100644 (file)
@@ -230,7 +230,7 @@ static unsigned long do_bootefi_exec(void *efi, void *fdt)
 #ifdef CONFIG_PARTITIONS
        efi_disk_register();
 #endif
-#ifdef CONFIG_LCD
+#if defined(CONFIG_LCD) || defined(CONFIG_DM_VIDEO)
        efi_gop_register();
 #endif
 #ifdef CONFIG_NET