From 24fcd59701a7877b10829c3506577e7a76ee6e86 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 13 Apr 2022 23:43:13 +0800 Subject: [PATCH] update linux-imx-igkboard.patch, uart7 and spi1 failed for conflict with lcdif --- bsp/rootfs/rootfs.json | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/bsp/rootfs/rootfs.json b/bsp/rootfs/rootfs.json index cbd4d84..89cad33 100644 --- a/bsp/rootfs/rootfs.json +++ b/bsp/rootfs/rootfs.json @@ -15,7 +15,8 @@ }, "INSTALL_FILES": { "${PRJ_PATH}/../images/drivers/lib/modules/": "$ROOTFS_DIR/lib/", - "files/expand_rootfs": "$ROOTFS_DIR/usr/sbin" + "files/expand_rootfs": "$ROOTFS_DIR/usr/sbin", + "files/pinctrl": "$ROOTFS_DIR/usr/sbin" } }, "SYS_YOCTO": { -- Gitblit v1.9.1