Loading...
1
2
3
4
5
6
7
8
9
ENTRY(CONFIG_PLATFORM_ELFENTRY)
SECTIONS
{
	. = CONFIG_PLATFORM_ELFENTRY;

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