9
0
Fork 0

ARM: pcm038: Fix serial number IIM-address

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2013-02-24 13:23:54 +04:00 committed by Sascha Hauer
parent fac23aaccd
commit d16adc0557
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ static int pcm038_devices_init(void)
pr_notice("Using environment in %s Flash\n", envdev);
if (imx_iim_read(1, 1, &uid, 6) == 6)
if (imx_iim_read(1, 0, &uid, 6) == 6)
armlinux_set_serial(uid);
armlinux_set_bootparams((void *)0xa0000100);
armlinux_set_architecture(MACH_TYPE_PCM038);