diff options
Diffstat (limited to 'src/soc/ti/am335x/header.ld')
-rw-r--r-- | src/soc/ti/am335x/header.ld | 4 |
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" |