mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
Fix MACH_TYPE for the AT91RM9200DK board.
Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
This commit is contained in:
parent
274737e5eb
commit
8cc62a7d9c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ int board_init (void)
|
||||||
/* so we do _nothing_ here */
|
/* so we do _nothing_ here */
|
||||||
|
|
||||||
/* arch number of AT91RM9200DK-Board */
|
/* arch number of AT91RM9200DK-Board */
|
||||||
gd->bd->bi_arch_number = MACH_TYPE_AT91RM9200;
|
gd->bd->bi_arch_number = MACH_TYPE_AT91RM9200DK;
|
||||||
/* adress of boot parameters */
|
/* adress of boot parameters */
|
||||||
gd->bd->bi_boot_params = PHYS_SDRAM + 0x100;
|
gd->bd->bi_boot_params = PHYS_SDRAM + 0x100;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue