From ebbc324cef6966f7c3aabbe5d4bcf1049dc6b9d5 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 06 Oct 2022 12:05:23 +0800 Subject: [PATCH] update linux-imx-lf-5.15.32-2.0.0.patch, fix lcd 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 3c6f3ea..3f0193b 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 ?= arm-linux-gnueabihf- LINUX_SRC = ${shell pwd}/../../kernel/linux-imx/ DRV_PATH ?= ${shell pwd}/../../images/drivers/ -- Gitblit v1.9.1