From 9df731a176aab8e03b984b681b1bea01ccff6644 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 06 Nov 2023 07:23:06 +0000
Subject: [PATCH] rk3568 rt uboot init

---
 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