u-boot-elf.lds 103 Bytes
ENTRY(CONFIG_PLATFORM_ELFENTRY)
SECTIONS
{
	. = CONFIG_PLATFORM_ELFENTRY;

	.data : {
		*(.data*)
	}
}