13 lines
507 B
Diff
13 lines
507 B
Diff
This patch disables display driver in u-boot which improves EDID detection
|
|
https://forum.armbian.com/topic/13651-pine-a64-no-hdmi-signal/?do=findComment&comment=99169
|
|
|
|
diff --git a/configs/nanopi_k1_plus_defconfig b/configs/nanopi_k1_plus_defconfig
|
|
index 670c3c77..bcbc8da2 100644
|
|
--- a/configs/nanopi_k1_plus_defconfig
|
|
+++ b/configs/nanopi_k1_plus_defconfig
|
|
@@ -21,3 +21,4 @@ CONFIG_SPL_SPI_SUNXI=y
|
|
CONFIG_SUN8I_EMAC=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
|
|
+CONFIG_VIDEO_DE2=n
|