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/common/Kconfig |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/u-boot/common/Kconfig b/u-boot/common/Kconfig
index 2de87b3..cc0753c 100644
--- a/u-boot/common/Kconfig
+++ b/u-boot/common/Kconfig
@@ -682,5 +682,17 @@
 
 endmenu
 
+menu "MT support"
+
+config MP_BOOT
+	bool "Support MT boot"
+	default n
+
+config MP_BOOT_BOOTM
+	bool "MT simple bootm image"
+	depends on MP_BOOT
+
+endmenu
+
 source "common/spl/Kconfig"
 source "common/usbplug/Kconfig"

--
Gitblit v1.6.2