commit | c2e00ea48a85defad5e85a9619ee49f27f691329 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Mon Nov 24 11:38:22 2008 +0100 |
committer | Michal Simek <monstr@monstr.eu> | Wed Dec 10 09:25:33 2008 +0100 |
tree | 7d0dc2488a60ab5fa05e3865b7a9a4a229a8ebd4 | |
parent | 2053fce0b4aa8007688a755a7ecad3e35fd91b03 [diff] |
microblaze: Set up relocation is done
diff --git a/lib_microblaze/board.c b/lib_microblaze/board.c index 250972c..4f48341 100644 --- a/lib_microblaze/board.c +++ b/lib_microblaze/board.c
@@ -120,6 +120,7 @@ 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 ();