From 27b24eaaf0dafbeec0a317c7c75ba9efe50fe58b Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Mon, 27 Dec 2021 21:29:49 +0800
Subject: [PATCH] update uboot patch to fix fastboot mode failed bug
---
bsp/drivers/users/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bsp/drivers/users/Makefile b/bsp/drivers/users/Makefile
index 46bdd9d..d245b04 100644
--- a/bsp/drivers/users/Makefile
+++ b/bsp/drivers/users/Makefile
@@ -11,7 +11,7 @@
#
#********************************************************************************/
-CROSS_COMPILE=/opt/buildroot/cortexA7/bin/arm-linux-
+CROSS_COMPILE ?= /opt/buildroot/cortexA7/bin/arm-linux-
LINUX_SRC = ${shell pwd}/../../kernel/linux-imx/
DRV_INSTPATH = ${shell pwd}/../../rootfs/driver/
--
Gitblit v1.9.1