From f45e756958099c35d6afb746df1d40a1c6302cfc Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 07 Nov 2023 06:20:23 +0000
Subject: [PATCH] enable wifi gpio

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