From 809a5822ddb5ac178e213edb14244fa27c3efc2c Mon Sep 17 00:00:00 2001 From: guowenxu <guowenxue@gmail.com> Date: Sun, 14 Nov 2021 13:58:15 +0800 Subject: [PATCH] update uboot patch file, fix network card and LCD driver bug, update u-boot env config --- bsp/kernel/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bsp/kernel/build.sh b/bsp/kernel/build.sh index 1a37eab..a23a609 100755 --- a/bsp/kernel/build.sh +++ b/bsp/kernel/build.sh @@ -11,7 +11,7 @@ CROSS_TOOL=/opt/buildroot/cortexA7/bin/arm-linux- # linux kernel tarball path and branch -TAR_PATH=/home/guowenxue/imx6ull/bsp/tarball +TAR_PATH=${PRJ_PATH}/../tarball BSP_BRANCH=lf-5.10.52-2.1.0 BOOT=emmc -- Gitblit v1.9.1