From 318b5bc5e27fdf78ea67d19d3bc1a5784420e09f Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Fri, 1 Nov 2024 09:09:47 +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: I2fd931ba562d706100506ca246d81f6d5468b9b0 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 0e7221c538..a3b4d14d96 100644 --- a/configs/tizen_rpi_4_32b_defconfig +++ b/configs/tizen_rpi_4_32b_defconfig @@ -26,6 +26,9 @@ CONFIG_MISC_INIT_R=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,4 +80,5 @@ 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 # CONFIG_TOOLS_MKEFICAPSULE is not set -- 2.34.1