microblaze: Set up relocation is done
This commit is contained in:
parent
97a24a78ee
commit
c85ff0553a
|
@ -120,6 +120,7 @@ void board_init (void)
|
||||||
bd->bi_baudrate = CONFIG_BAUDRATE;
|
bd->bi_baudrate = CONFIG_BAUDRATE;
|
||||||
bd->bi_memstart = CONFIG_SYS_SDRAM_BASE;
|
bd->bi_memstart = CONFIG_SYS_SDRAM_BASE;
|
||||||
bd->bi_memsize = CONFIG_SYS_SDRAM_SIZE;
|
bd->bi_memsize = CONFIG_SYS_SDRAM_SIZE;
|
||||||
|
gd->flags |= GD_FLG_RELOC; /* tell others: relocation done */
|
||||||
|
|
||||||
/* Initialise malloc() area */
|
/* Initialise malloc() area */
|
||||||
mem_malloc_init ();
|
mem_malloc_init ();
|
||||||
|
|
Loading…
Reference in New Issue