From bf9335f1ffbade56728f4c6d49cd2429fb739c55 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 12 Dec 2021 16:04:04 +0800 Subject: [PATCH] rename iMX6ULL to NXP --- 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 e8b2a0a..613a5a5 100755 --- a/bsp/images/build.sh +++ b/bsp/images/build.sh @@ -25,7 +25,7 @@ BOARD=imx6ull # rootfs should be buildroot or stretch/buster/bullseye for debian system -ROOTFS=buster +ROOTFS=buildroot # linux kernel tarball path and branch TAR_PATH=${PRJ_PATH}/../tarball -- Gitblit v1.9.1