]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/u-boot-elf.lds
arm: dts: k3: Remove unneeded ti, sci-sysreset binding and nodes
[thirdparty/u-boot.git] / arch / u-boot-elf.lds
CommitLineData
e14ba8a5
MS
1ENTRY(CONFIG_PLATFORM_ELFENTRY)
2SECTIONS
3{
4 . = CONFIG_PLATFORM_ELFENTRY;
5
6 .data : {
7 *(.data*)
8 }
9}