Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83723?usp=email )
Change subject: soc/ti/am335x: Remove superfluous formats ......................................................................
soc/ti/am335x: Remove superfluous formats
These formats are already included in memlayout.ld.
Change-Id: I89d226440308ce3fbe00382698dcd8c88863e694 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/soc/ti/am335x/header.ld 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/83723/1
diff --git a/src/soc/ti/am335x/header.ld b/src/soc/ti/am335x/header.ld index 84e0136..0018e81 100644 --- a/src/soc/ti/am335x/header.ld +++ b/src/soc/ti/am335x/header.ld @@ -1,8 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-/* We use ELF as output format. So that we can debug the code in some form. */ -OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") -OUTPUT_ARCH(arm) - #define OMAP_HEADER 1 #include "memlayout.ld"