From 3c9370f7b6bffd697c9907a7139e9df5b0d4b9df Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 20 Nov 2023 10:14:11 +0000 Subject: [PATCH] enable OTG_EN_OC_GPIO0_C2 vcc3v3_lcd0_n gpio --- u-boot/drivers/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/u-boot/drivers/Makefile b/u-boot/drivers/Makefile index 3a9a55a..85c45f4 100644 --- a/u-boot/drivers/Makefile +++ b/u-boot/drivers/Makefile @@ -20,6 +20,7 @@ obj-$(CONFIG_$(SPL_TPL_)SPI_SUPPORT) += spi/ obj-$(CONFIG_$(SPL_TPL_)TIMER) += timer/ obj-$(CONFIG_$(SPL_TPL_)IRQ) += irq/ +obj-$(CONFIG_$(SPL_TPL_)DM_VIDEO) += video/ ifndef CONFIG_TPL_BUILD ifdef CONFIG_SPL_BUILD @@ -101,7 +102,6 @@ obj-y += spmi/ obj-y += sysreset/ obj-y += tpm/ -obj-y += video/ obj-y += watchdog/ obj-$(CONFIG_QE) += qe/ obj-$(CONFIG_U_QE) += qe/ @@ -113,6 +113,7 @@ obj-y += soc/ obj-$(CONFIG_REMOTEPROC) += remoteproc/ obj-y += thermal/ +obj-y += ufs/ obj-$(CONFIG_MACH_PIC32) += ddr/microchip/ endif -- Gitblit v1.6.2