From: Jaehoon Chung Date: Tue, 29 Oct 2024 09:47:48 +0000 (+0900) Subject: configs: tizen_rpi_4_32b: Enable UNZIP configuration X-Git-Tag: accepted/tizen/unified/20241101.174134^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8553ad5a4e91214aa8901cb7527aeef183b1762;p=platform%2Fkernel%2Fu-boot.git configs: tizen_rpi_4_32b: Enable UNZIP configuration initramfs is decompressing in bootscript with unzip. But rpi_4_32b doesn't enable its configuration, so it can't boot a correctly. Enable additional configurations to keep other board's configuration. Change-Id: I6c019f0035882a2c4fe694e59ee764f51001d05b Signed-off-by: Jaehoon Chung --- diff --git a/configs/tizen_rpi_4_32b_defconfig b/configs/tizen_rpi_4_32b_defconfig index 0a107f458f..89fa09398e 100644 --- a/configs/tizen_rpi_4_32b_defconfig +++ b/configs/tizen_rpi_4_32b_defconfig @@ -25,6 +25,9 @@ CONFIG_FDT_SIMPLEFB=y CONFIG_SYS_PROMPT="U-Boot> " CONFIG_CMD_THOR_DOWNLOAD=y CONFIG_CMD_ASKENV=y +CONFIG_CMD_LZMADEC=y +CONFIG_CMD_UNLZ4=y +CONFIG_CMD_UNZIP=y CONFIG_CMD_DFU=y CONFIG_CMD_GPIO=y CONFIG_CMD_GPT=y @@ -77,3 +80,4 @@ CONFIG_PHYS_TO_BUS=y CONFIG_FS_BTRFS=y CONFIG_ADDR_MAP=y CONFIG_SYS_NUM_ADDR_MAP=2 +# CONFIG_VPL_LZMA is not set