From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 22 Oct 2024 10:36:11 +0000
Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM

---
 u-boot/drivers/gpio/Makefile |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/u-boot/drivers/gpio/Makefile b/u-boot/drivers/gpio/Makefile
index 451032a..1396467 100644
--- a/u-boot/drivers/gpio/Makefile
+++ b/u-boot/drivers/gpio/Makefile
@@ -8,7 +8,6 @@
 ifndef CONFIG_SPL_BUILD
 obj-$(CONFIG_DWAPB_GPIO)	+= dwapb_gpio.o
 obj-$(CONFIG_AXP_GPIO)		+= axp_gpio.o
-obj-$(CONFIG_GPIO_MAX96752F)	+= gpio-max96752f.o
 endif
 obj-$(CONFIG_DM_GPIO)		+= gpio-uclass.o
 

--
Gitblit v1.6.2