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/images/build.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bsp/images/build.sh b/bsp/images/build.sh
index 8db2ddf..a5787f8 100755
--- a/bsp/images/build.sh
+++ b/bsp/images/build.sh
@@ -26,7 +26,7 @@
ROOTFS=buildroot
# linux kernel tarball path and branch
-TAR_PATH=/home/guowenxue/imx6ull/bsp/tarball
+TAR_PATH=${PRJ_PATH}/../tarball
BOOT=emmc
--
Gitblit v1.9.1