From e766fcfbb4453d33abc4c2af1edd93fcdbfcb293 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 02 Sep 2024 09:35:59 +0800 Subject: [PATCH] update kernel build shell script for mkimage --- kernel/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/build.sh b/kernel/build.sh index 1e2b07e..ad4ba7a 100755 --- a/kernel/build.sh +++ b/kernel/build.sh @@ -146,7 +146,7 @@ make -j${JOBS} ARCH=${ARCH} CROSS_COMPILE=${CROSS_COMPILE} pr_info "mkimage -f linuxrom-${BOARD}.its ${IMG_KER}" - ../bootloader/u-boot-at91/tools/mkimage -f linuxrom-${BOARD}.its ${IMG_KER} > /dev/null + ${TOP_PATH}/bootloader/u-boot-at91/tools/mkimage -f linuxrom-${BOARD}.its ${IMG_KER} > /dev/null chmod a+x ${IMG_KER} set -x -- Gitblit v1.9.1