Skip to content
Snippets Groups Projects
u-boot-elf.lds 103 B
Newer Older
ENTRY(CONFIG_PLATFORM_ELFENTRY)
SECTIONS
{
	. = CONFIG_PLATFORM_ELFENTRY;

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