From 8b0ea6ccfe6f76191b7483f3f0ea5253bed6ed45 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sun, 27 Mar 2022 22:23:30 +0800
Subject: [PATCH] add new igboard.dts and remove other dts changes, remove mqs driver

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

diff --git a/bsp/build.sh b/bsp/build.sh
index 90d961a..c1e2e66 100755
--- a/bsp/build.sh
+++ b/bsp/build.sh
@@ -118,7 +118,7 @@
     fi
     do_action bootloader $action
     do_action kernel $action
-    #do_action drivers $action
+    do_action drivers $action
 elif [ $1 == "image" ] ; then
     do_root "yes"
     do_action rootfs $action

--
Gitblit v1.9.1