From 19f3dfb0650cb19fecc317af00c678a02128738f Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 01 Jun 2022 23:36:05 +0800 Subject: [PATCH] Add uboot new patch and logo file --- 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