mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11: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_memstart = CONFIG_SYS_SDRAM_BASE;
|
||||
bd->bi_memsize = CONFIG_SYS_SDRAM_SIZE;
|
||||
gd->flags |= GD_FLG_RELOC; /* tell others: relocation done */
|
||||
|
||||
/* Initialise malloc() area */
|
||||
mem_malloc_init ();
|
||||
|
|
Loading…
Add table
Reference in a new issue