diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2024-10-29 18:47:48 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2024-10-29 18:56:13 +0900 |
commit | e8553ad5a4e91214aa8901cb7527aeef183b1762 (patch) | |
tree | 07648968842381b84d494f10f48e2e8308904960 | |
parent | fe5771dcbbf151887e13eac07d00db67376429d2 (diff) | |
download | u-boot-old/tizen_20241126.tar.gz u-boot-old/tizen_20241126.tar.bz2 u-boot-old/tizen_20241126.zip |
configs: tizen_rpi_4_32b: Enable UNZIP configurationaccepted/tizen/unified/20241101.174134tizenold/tizen_20241126accepted/tizen_unified
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 <jh80.chung@samsung.com>
-rw-r--r-- | configs/tizen_rpi_4_32b_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
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 |