From 3204284d4ac925765ee1f01607126031ff219bcd Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 17 May 2022 17:10:55 +0800
Subject: [PATCH] add copyright in expand_rootfs pinctrl
---
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