diff options
Diffstat (limited to 'board/freescale/mx53loco')
| -rw-r--r-- | board/freescale/mx53loco/mx53loco.c | 10 | 
1 files changed, 8 insertions, 2 deletions
| diff --git a/board/freescale/mx53loco/mx53loco.c b/board/freescale/mx53loco/mx53loco.c index 2c8cb7a1c..63a4f8baf 100644 --- a/board/freescale/mx53loco/mx53loco.c +++ b/board/freescale/mx53loco/mx53loco.c @@ -462,12 +462,18 @@ int board_init(void)  	mxc_set_sata_internal_clock();  	setup_iomux_i2c(); + +	lcd_enable(); + +	return 0; +} + +int board_late_init(void) +{  	if (!power_init())  		clock_1GHz();  	print_cpuinfo(); -	lcd_enable(); -  	return 0;  } |