mirror of
https://xff.cz/git/u-boot/
synced 2025-11-03 11:59:33 +01:00
Fix MACH_TYPE for the AT91RM9200DK board.
Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
This commit is contained in:
committed by
Jean-Christophe PLAGNIOL-VILLARD
parent
274737e5eb
commit
8cc62a7d9c
@@ -47,7 +47,7 @@ int board_init (void)
|
||||
/* so we do _nothing_ here */
|
||||
|
||||
/* 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 */
|
||||
gd->bd->bi_boot_params = PHYS_SDRAM + 0x100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user