mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-13 14:06:07 -04:00
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…
x
Reference in New Issue
Block a user