From 4be6a6ab652b9f1c359638b49079c072b3210932 Mon Sep 17 00:00:00 2001 From: CakesTwix Date: Sat, 25 Nov 2023 20:28:50 +0200 Subject: [PATCH] Revert "sdm710-common: Enable LZ4 compression for ramdisks" Could not decompress initial ramdisk image. Booting to EDL You can get dmesg from EDL, dump memory and read any HEX Reader, for example - GHex This reverts commit c264973aa94e41c85054f1fe86bf2e35d46be4f5. --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index fb8a32e..dbb1d09 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -50,7 +50,6 @@ BOARD_KERNEL_TAGS_OFFSET := 0x00000100 BOARD_RAMDISK_OFFSET := 0x01000000 BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb BOARD_KERNEL_SEPARATED_DTBO := true -BOARD_RAMDISK_USE_LZ4 := true TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_SOURCE := kernel/lenovo/sdm710 TARGET_KERNEL_VERSION := 4.9