From 82d8bc96eaa5e551ff590c3f57fc247986b28024 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 16 Dec 2021 17:28:43 +0800
Subject: [PATCH] update boardname to igkboard

---
 bsp/rootfs/build.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bsp/rootfs/build.sh b/bsp/rootfs/build.sh
index 3387fc8..3adcd33 100755
--- a/bsp/rootfs/build.sh
+++ b/bsp/rootfs/build.sh
@@ -3,7 +3,7 @@
 PRJ_PATH=`pwd`
 PRJ_NAME=`basename ${PRJ_PATH}`
 
-BOARD=imx6ull
+BOARD=igkboard
 
 DRV_PATH=${PRJ_PATH}/driver
 TAR_PATH=${PRJ_PATH}/../tarball

--
Gitblit v1.9.1