LPC2292: patch from Siemens.

This commit is contained in:
Gary Jennejohn 2007-02-12 13:11:50 +01:00
parent b0b1a920ae
commit 497d012e5b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}