From 8d50ec0c607624649987ce389e54a6de00a07098 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sun, 05 Jun 2022 20:32:27 +0800
Subject: [PATCH] 	1, Update top build.sh 	2, Update setup_env.sh 	3, update rootfs build shell script and json config file 	4, update driver build shell script and json config file

---
 bsp/bootloader/igkboard.json |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/bsp/bootloader/igkboard.json b/bsp/bootloader/igkboard.json
index 82debdd..238a0e8 100644
--- a/bsp/bootloader/igkboard.json
+++ b/bsp/bootloader/igkboard.json
@@ -1,12 +1,7 @@
 {
     "UBOOT_SRC": {
-        "URL": "${SRC_URL}/uboot-imx-${BSP_VER}.tar.xz",
-        "PROTOCAL": "wget",
-        "PATCH": "${PRJ_PATH}/patch/uboot-imx-${BOARD}.patch"
-    },
-    "CONFIG": {
-        "ARCH":"arm",
-        "DEFCONF":"${BOARD}_defconfig"
+        "URL": "${SRC_URL}/bsp/uboot-imx-${BSP_VER}.tar.xz",
+        "PROTOCAL": "wget"
     },
     "INSTALL": {
         "u-boot-${BOARD}.imx":"${PRJ_PATH}/../images/"

--
Gitblit v1.9.1