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:
b0b1a92
)
LPC2292: patch from Siemens.
author
Gary Jennejohn
<garyj@pollux.denx.de>
Mon, 12 Feb 2007 12:11:50 +0000
(13:11 +0100)
committer
Gary Jennejohn
<garyj@pollux.denx.de>
Mon, 12 Feb 2007 12:11:50 +0000
(13:11 +0100)
board/lpc2292sodimm/lpc2292sodimm.c
patch
|
blob
|
history
diff --git
a/board/lpc2292sodimm/lpc2292sodimm.c
b/board/lpc2292sodimm/lpc2292sodimm.c
index de04c66385462bdfb6e9066df5000765a4d1b936..d212c63328bbf1aa63cec01d3954f66714fac91e 100644
(file)
--- a/
board/lpc2292sodimm/lpc2292sodimm.c
+++ b/
board/lpc2292sodimm/lpc2292sodimm.c
@@
-46,7
+46,7
@@
int board_init (void)
gd->bd->bi_arch_number = 83;
/* location of boot parameters */
- gd->bd->bi_boot_params =
0xc0000
100;
+ gd->bd->bi_boot_params =
PHYS_SDRAM_1 + 0x
100;
return 0;
}