From 222cbc7e396dfefc21607e6100ef012d66876958 Mon Sep 17 00:00:00 2001 From: Arian Date: Tue, 12 Apr 2022 17:58:04 +0200 Subject: [PATCH] Revert "sm8350-common: Set linker to LLD" This reverts commit 1275ef272ba6b143b5cafb2abf3aef5a1cf82ab3. --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 05e9449..5942326 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -86,7 +86,6 @@ BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_IMAGE_NAME := Image BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_SEPARATED_DTBO := true -KERNEL_LD := LD=ld.lld BOARD_BOOT_HEADER_VERSION := 3 BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)