commit | 1e929df97c0e160ead5604a4a68e6149f21a1c73 | [log] [tgz] |
---|---|---|
author | Liu Hui-R64343 <r64343@freescale.com> | Thu Dec 23 01:13:17 2010 +0000 |
committer | Albert Aribaud <albert.aribaud@free.fr> | Wed Feb 02 00:54:41 2011 +0100 |
tree | 60c9c2e869fb5259b545bd565522a3ca31671a4d | |
parent | 65df75283212a44c3198c46686b514baf62763ca [diff] |
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>