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/cmd/boot_android.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/u-boot/cmd/boot_android.c b/u-boot/cmd/boot_android.c
index 98a2893..de6b8e0 100755
--- a/u-boot/cmd/boot_android.c
+++ b/u-boot/cmd/boot_android.c
@@ -13,6 +13,7 @@
 #include <common.h>
 #include <bootm.h>
 #include <command.h>
+#include <mp_boot.h>
 #include <android_bootloader_message.h>
 #include <android_avb/rk_avb_ops_user.h>
 #include <android_avb/avb_atx_ops.h>
@@ -30,6 +31,9 @@
 	if (argc > 5)
 		return CMD_RET_USAGE;
 
+#ifdef CONFIG_MP_BOOT_BOOTM
+	mpb_post(5);
+#endif
 	if (argc >= 5) {
 		load_address = simple_strtoul(argv[4], &addr_arg_endp, 16);
 		if (addr_arg_endp == argv[4] || *addr_arg_endp != '\0')

--
Gitblit v1.6.2