summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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