diff options
Diffstat (limited to 'arch/powerpc/boot/zImage.lds.S')
| -rw-r--r-- | arch/powerpc/boot/zImage.lds.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/zImage.lds.S b/arch/powerpc/boot/zImage.lds.S index 4b6bb3ffe3dc..4be3c6414b04 100644 --- a/arch/powerpc/boot/zImage.lds.S +++ b/arch/powerpc/boot/zImage.lds.S | |||
| @@ -21,6 +21,11 @@ SECTIONS | |||
| 21 | __got2_end = .; | 21 | __got2_end = .; |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | . = ALIGN(8); | ||
| 25 | _dtb_start = .; | ||
| 26 | .kernel:dtb : { *(.kernel:dtb) } | ||
| 27 | _dtb_end = .; | ||
| 28 | |||
| 24 | . = ALIGN(4096); | 29 | . = ALIGN(4096); |
| 25 | _vmlinux_start = .; | 30 | _vmlinux_start = .; |
| 26 | .kernel:vmlinux.strip : { *(.kernel:vmlinux.strip) } | 31 | .kernel:vmlinux.strip : { *(.kernel:vmlinux.strip) } |
