Skip to content
Snippets Groups Projects
Commit 8cc62a7d authored by Claudio Scordino's avatar Claudio Scordino Committed by Jean-Christophe PLAGNIOL-VILLARD
Browse files

Fix MACH_TYPE for the AT91RM9200DK board.

parent 274737e5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment