From 3b3dd84fb1415f078ab160bb283d18807afff445 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 15 Nov 2020 09:07:36 +0200 Subject: arch/arm: Replace .id section with build_info in CBFS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For arch/arm[64], the offsets to board identification strings and CONFIG_ROM_SIZE inside .id were never really used; it was only a convenience to have the strings appear near the start of image. Add the same strings in an uncompressed file in CBFS. Change-Id: I35d3312336e9c66d657d2ca619cf30fd79e18fd4 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/47602 Reviewed-by: Arthur Heymans Reviewed-by: Julius Werner Tested-by: build bot (Jenkins) --- src/lib/program.ld | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/program.ld b/src/lib/program.ld index 94ba409ced..d419ab60b1 100644 --- a/src/lib/program.ld +++ b/src/lib/program.ld @@ -15,9 +15,6 @@ _text = .; *(.text._start); *(.text.stage_entry); -#if !ENV_X86 && (ENV_DECOMPRESSOR || ENV_BOOTBLOCK && !CONFIG(COMPRESS_BOOTBLOCK)) - KEEP(*(.id)); -#endif KEEP(*(.metadata_hash_anchor)); *(.text); *(.text.*); -- cgit v1.2.3