浏览代码

LPC2292: patch from Siemens.

Gary Jennejohn 18 年之前
父节点
当前提交
497d012e5b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      board/lpc2292sodimm/lpc2292sodimm.c

+ 1 - 1
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;
 }