Re: [U-Boot] [PATCH 3/5] tegra: Export the UART setup function for use by boards

2012-03-21 Thread Wolfgang Denk
Dear Simon Glass, In message <1332188824-5447-3-git-send-email-...@chromium.org> you wrote: > Allow boards to call the tegra_setup_uarts() function so that they > can set up UARTs on demand. The UART selection enum is moved into the > board.h header file so that boards can use this for pre-console

[U-Boot] [PATCH 3/5] tegra: Export the UART setup function for use by boards

2012-03-19 Thread Simon Glass
Allow boards to call the tegra_setup_uarts() function so that they can set up UARTs on demand. The UART selection enum is moved into the board.h header file so that boards can use this for pre-console panic. Signed-off-by: Simon Glass --- arch/arm/cpu/armv7/tegra2/board.c| 26 +++--