microblaze: Extend space for compiled-in FDT to 32kB
Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
@@ -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 = . ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user