]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
sunxi: Disable DE2 video driver where not needed
authorJernej Skrabec <jernej.skrabec@siol.net>
Mon, 27 Mar 2017 17:22:33 +0000 (19:22 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 28 Apr 2017 07:23:01 +0000 (09:23 +0200)
Because DE2 driver is enabled by default, it is nice to disable it on
all boards which don't have any video output. List of such boards is
also much shorter.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
configs/nanopi_neo_air_defconfig
configs/nanopi_neo_defconfig
configs/orangepi_zero_defconfig

index 9598bd5cd5122e5b5afa6f51818c47081f93ba66..5400d37bd1e53a98ceeda8bc9b22ea4a7a4f13cb 100644 (file)
@@ -15,3 +15,4 @@ CONFIG_SPL=y
 # CONFIG_SPL_ISO_PARTITION is not set
 # CONFIG_SPL_EFI_PARTITION is not set
 CONFIG_USB_EHCI_HCD=y
+# CONFIG_VIDEO_DE2 is not set
index 89f5687884be5003586f29dbed8c2274b7263340..5afd5d565a0f20f4d9de9b26b643acbc540898c4 100644 (file)
@@ -16,3 +16,4 @@ CONFIG_SPL=y
 # CONFIG_SPL_EFI_PARTITION is not set
 CONFIG_SUN8I_EMAC=y
 CONFIG_USB_EHCI_HCD=y
+# CONFIG_VIDEO_DE2 is not set
index ac44937b16f6c76f1695ffc4831a6722476f80e1..97ef08994ab811c927d3827892cead145d57bb4f 100644 (file)
@@ -15,3 +15,4 @@ CONFIG_SPL=y
 CONFIG_SPL_SPI_SUNXI=y
 CONFIG_SUN8I_EMAC=y
 CONFIG_USB_EHCI_HCD=y
+# CONFIG_VIDEO_DE2 is not set