From aacac0ad9a46fb1dcdf8ba4f1cf1bbd5bdc1bd70 Mon Sep 17 00:00:00 2001 From: guowenxu <guowenxue@gmail.com> Date: Sun, 14 Nov 2021 14:20:47 +0800 Subject: [PATCH] update uboot patch, update default config file for network physical address --- bsp/bootloader/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bsp/bootloader/build.sh b/bsp/bootloader/build.sh index d78b20b..6e4ae8a 100755 --- a/bsp/bootloader/build.sh +++ b/bsp/bootloader/build.sh @@ -9,7 +9,7 @@ CROSS_TOOL=/opt/buildroot/cortexA7/bin/arm-linux- # bootloader 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 -- Gitblit v1.9.1