Home
last modified time | relevance | path

Searched hist:"877 eb0f91543dc5bca385bb6d22454b1d43f3e2d" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/mx51evk/
H A Dmx51evk.c877eb0f91543dc5bca385bb6d22454b1d43f3e2d Thu Dec 23 01:13:17 UTC 2010 Liu Hui-R64343 <r64343@freescale.com> 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>
/rk3399_rockchip-uboot/include/configs/
H A Dmx51evk.h877eb0f91543dc5bca385bb6d22454b1d43f3e2d Thu Dec 23 01:13:17 UTC 2010 Liu Hui-R64343 <r64343@freescale.com> 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>