9
0
Fork 0

ARM: i.MX53 QSB: Remove wrong return

For a version 1.0 board the rest of loco_late_init should be executed
to completely configure the board.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-04-04 08:46:45 +02:00
parent d70c5a3837
commit effb814306
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ static int loco_late_init(void)
/* so we have a DA9053 based board */
printf("MCIMX53-START board 1.0\n");
armlinux_set_revision(loco_system_rev);
return 0;
}
/* USB PWR enable */