From: Gary Jennejohn Date: Mon, 12 Feb 2007 12:11:50 +0000 (+0100) Subject: LPC2292: patch from Siemens. X-Git-Tag: v1.3.0-rc1~164^2~12 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=497d012e5be0194e1084073d0081eb1a844796b2;p=karo-tx-uboot.git LPC2292: patch from Siemens. --- 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; }