9
0
Fork 0

Use the correct machine number for the a9m2410 CPU card

Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
This commit is contained in:
Juergen Beisert 2009-07-31 12:05:58 +02:00
parent e6e99ad45c
commit 825bc64a4b
1 changed files with 1 additions and 6 deletions

View File

@ -180,12 +180,7 @@ static int a9m2410_devices_init(void)
#endif
armlinux_set_bootparams((void *)sdram_dev.map_base + 0x100);
/*
* Kernel uses:
* 2.6.29: SMDK2410 = 193
* 2.6.11: A9M2410 = 697
*/
armlinux_set_architecture(193/*697*/); /* A9M2410 */
armlinux_set_architecture(MACH_TYPE_A9M2410);
return 0;
}