microblaze: Set up relocation is done

This commit is contained in:
Michal Simek 2008-11-24 11:38:22 +01:00
parent 97a24a78ee
commit c85ff0553a
1 changed files with 1 additions and 0 deletions

View File

@ -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 ();