From e8553ad5a4e91214aa8901cb7527aeef183b1762 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Tue, 29 Oct 2024 18:47:48 +0900 Subject: [PATCH] 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 --- configs/tizen_rpi_4_32b_defconfig | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.34.1