summaryrefslogtreecommitdiffstats
path: root/src/cpu/ti/am335x/header.ld
blob: 84e01362b1a3c4bb3e0ed34897033df8954229ac (plain)
1
2
3
4
5
6
7
8
/* 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"