diff options
Diffstat (limited to 'arch/microblaze/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/microblaze/kernel/vmlinux.lds.S | 2 |
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 { | |||
44 | __fdt_blob : AT(ADDR(__fdt_blob) - LOAD_OFFSET) { | 44 | __fdt_blob : AT(ADDR(__fdt_blob) - LOAD_OFFSET) { |
45 | _fdt_start = . ; /* place for fdt blob */ | 45 | _fdt_start = . ; /* place for fdt blob */ |
46 | *(__fdt_blob) ; /* Any link-placed DTB */ | 46 | *(__fdt_blob) ; /* Any link-placed DTB */ |
47 | . = _fdt_start + 0x4000; /* Pad up to 16kbyte */ | 47 | . = _fdt_start + 0x8000; /* Pad up to 32kbyte */ |
48 | _fdt_end = . ; | 48 | _fdt_end = . ; |
49 | } | 49 | } |
50 | 50 | ||