projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97a24a7
)
microblaze: Set up relocation is done
author
Michal Simek
<monstr@monstr.eu>
Mon, 24 Nov 2008 10:38:22 +0000
(11:38 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Wed, 10 Dec 2008 08:25:33 +0000
(09:25 +0100)
lib_microblaze/board.c
patch
|
blob
|
history
diff --git
a/lib_microblaze/board.c
b/lib_microblaze/board.c
index 250972cb6923bd1f581737bd65c30b04d1b7dcf6..4f48341f33be70ed71899663613475e430d2b950 100644
(file)
--- a/
lib_microblaze/board.c
+++ b/
lib_microblaze/board.c
@@
-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 ();