summaryrefslogtreecommitdiffstats
path: root/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/compressed/decompress_bunzip2.lds.in
blob: 95cf83ebd1dc884f45392326e0243ac8416e96ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OUTPUT_ARCH(mips)
ENTRY(load_and_run)
SECTIONS {
	. = BZ_TEXT_START;
	.text : {
		*(.text)
		*(.rodata)
	}

	.data : {
		*(.data)
	}

	.bss : {
		*(.bss)
	}
}