summaryrefslogtreecommitdiffstats
path: root/board/lpc2292sodimm
diff options
context:
space:
mode:
authorGary Jennejohn <garyj@pollux.denx.de>2007-02-12 13:11:50 +0100
committerGary Jennejohn <garyj@pollux.denx.de>2007-02-12 13:11:50 +0100
commit497d012e5be0194e1084073d0081eb1a844796b2 (patch)
tree465ead23f9dce2adff26a66e54b7a514d6b54b37 /board/lpc2292sodimm
parentb0b1a920aebead0d44146e73676ae9d80fffc8e2 (diff)
downloadblackbird-obmc-uboot-497d012e5be0194e1084073d0081eb1a844796b2.tar.gz
blackbird-obmc-uboot-497d012e5be0194e1084073d0081eb1a844796b2.zip
LPC2292: patch from Siemens.
Diffstat (limited to 'board/lpc2292sodimm')
-rw-r--r--board/lpc2292sodimm/lpc2292sodimm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/lpc2292sodimm/lpc2292sodimm.c b/board/lpc2292sodimm/lpc2292sodimm.c
index de04c66385..d212c63328 100644
--- 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 = 0xc0000100;
+ gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100;
return 0;
}
OpenPOWER on IntegriCloud