summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2011-07-13 15:26:09 +0200
committerMichal Simek <monstr@monstr.eu>2012-03-23 09:28:17 +0100
commit3a1d26769f61fe8a1f517a66dfcee935a76fd61c (patch)
tree7a41a683d5797b4abdf0dd8544cf02bc13b801ee /arch/microblaze/kernel/vmlinux.lds.S
parent173701d7745d07888a929bf08d77d29996ca13dc (diff)
downloadlinux-3a1d26769f61fe8a1f517a66dfcee935a76fd61c.tar.bz2
microblaze: Extend space for compiled-in FDT to 32kB
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/vmlinux.lds.S')
-rw-r--r--arch/microblaze/kernel/vmlinux.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/vmlinux.lds.S b/arch/microblaze/kernel/vmlinux.lds.S
index ac0e1a5d4782..109e9d86ade4 100644
--- a/arch/microblaze/kernel/vmlinux.lds.S
+++ b/arch/microblaze/kernel/vmlinux.lds.S
@@ -44,7 +44,7 @@ SECTIONS {
__fdt_blob : AT(ADDR(__fdt_blob) - LOAD_OFFSET) {
_fdt_start = . ; /* place for fdt blob */
*(__fdt_blob) ; /* Any link-placed DTB */
- . = _fdt_start + 0x4000; /* Pad up to 16kbyte */
+ . = _fdt_start + 0x8000; /* Pad up to 32kbyte */
_fdt_end = . ;
}