summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2024-08-01 10:21:51 +0200
committerFelix Held <felix-coreboot@felixheld.de>2024-08-02 14:45:13 +0000
commit7d57bc8eb3b81ae5fd78de2b2dd28781ff4f3165 (patch)
treefac50b23b1e31ead0a373624824f7132a448641c /src
parent0edab62a2827ed2b1faa19bba93662d7cb1fdea2 (diff)
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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83723 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src')
-rw-r--r--src/soc/ti/am335x/header.ld4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/ti/am335x/header.ld b/src/soc/ti/am335x/header.ld
index 84e01362b1..0018e8138e 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"