microblaze: Extend space for compiled-in FDT to 32kB

Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
Michal Simek
2011-07-13 15:26:09 +02:00
parent 173701d774
commit 3a1d26769f
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = . ;
}