From f51706ff011fb2e663721afe9b8389a83940ae08 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 16 Apr 2022 10:56:56 +0800 Subject: [PATCH] update pinctrl shell script --- bsp/images/igkboard.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bsp/images/igkboard.json b/bsp/images/igkboard.json index 064015f..ace0889 100644 --- a/bsp/images/igkboard.json +++ b/bsp/images/igkboard.json @@ -2,7 +2,7 @@ "IMAGE_CONF": { "NAME": "linuxsys_${BOARD}_${SYSNAME}.img", "SIZE": "4096", - "COMPRESS": "no" + "COMPRESS": "yes" }, "BOOT_CONF": { "IMG_UBOOT":"u-boot-${BOARD}.imx", -- Gitblit v1.9.1