From 072de836f53be56a70cecf70b43ae43b7ce17376 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 11 Dec 2023 10:08:36 +0000
Subject: [PATCH] mk-rootfs.sh
---
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