mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
microblaze: Set up relocation is done
This commit is contained in:
parent
97a24a78ee
commit
c85ff0553a
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue