From 497d012e5be0194e1084073d0081eb1a844796b2 Mon Sep 17 00:00:00 2001
From: Gary Jennejohn <garyj@pollux.denx.de>
Date: Mon, 12 Feb 2007 13:11:50 +0100
Subject: [PATCH] LPC2292: patch from Siemens.

---
 board/lpc2292sodimm/lpc2292sodimm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/lpc2292sodimm/lpc2292sodimm.c b/board/lpc2292sodimm/lpc2292sodimm.c
index de04c663854..d212c63328b 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;
 }
-- 
GitLab