uboot-mt623x/board/freescale/mx51evk
Liu Hui-R64343 877eb0f915 MX51EVK: UART does not print out the early information
The early bootup information is not print out due to
the UART pin iomux not set up correctly before board_init

Add the board_early_init_f function and enable the
CONFIG_BOARD_EARLY_INIT_F. Move the UART pin setting
from board_init to board_early_init_f function.

This patch also move the FEC pin iomux setup to the
board_early_init_f.

Signed-off-by: Jason Liu <r64343@freescale.com>
2011-02-02 00:54:41 +01:00
..
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
config.mk MX5:use common u-boot.lds of cpu layer 2010-10-28 10:32:20 +02:00
imximage.cfg mx51evk: correct list of possible BOOT_FROM values 2010-04-30 05:23:25 -05:00
mx51evk.c MX51EVK: UART does not print out the early information 2011-02-02 00:54:41 +01:00