]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/u-boot-elf.lds
x86: zboot: Move zimage definitions to the header file
[thirdparty/u-boot.git] / arch / u-boot-elf.lds
1 ENTRY(CONFIG_PLATFORM_ELFENTRY)
2 SECTIONS
3 {
4 . = CONFIG_PLATFORM_ELFENTRY;
5
6 .data : {
7 *(.data*)
8 }
9 }