mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-12 13:35:21 -04: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
@ -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…
x
Reference in New Issue
Block a user