]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
microblaze: Set up relocation is done
authorMichal Simek <monstr@monstr.eu>
Mon, 24 Nov 2008 10:38:22 +0000 (11:38 +0100)
committerMichal Simek <monstr@monstr.eu>
Wed, 10 Dec 2008 08:25:33 +0000 (09:25 +0100)
lib_microblaze/board.c

index 250972cb6923bd1f581737bd65c30b04d1b7dcf6..4f48341f33be70ed71899663613475e430d2b950 100644 (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 ();