[U-Boot] [PATCH V0] omap-common: move early UART clock setup to board.c

2011-07-28 Thread Simon Schwarz
This patch moves the setup_clocks_for_console()-call from preloader_console_init() to s_init(). This is done to use the same implementation for OMAP3 and OMAP4 For discussion see: http://article.gmane.org/gmane.comp.boot-loaders.u-boot/104120 This is based on the following patches: - New SPL

Re: [U-Boot] [PATCH V0] omap-common: move early UART clock setup to board.c

2011-07-28 Thread Wolfgang Denk
Dear Simon Schwarz, In message 1311844938-17278-1-git-send-email-simonschwarz...@gmail.com you wrote: This patch moves the setup_clocks_for_console()-call from preloader_console_init() to s_init(). This is done to use the same implementation for OMAP3 and OMAP4 For discussion see:

Re: [U-Boot] [PATCH V0] omap-common: move early UART clock setup to board.c

2011-07-28 Thread Simon Schwarz
Dear Wolfgang Denk, On 07/28/2011 03:02 PM, Wolfgang Denk wrote: Dear Simon Schwarz, In message1311844938-17278-1-git-send-email-simonschwarz...@gmail.com you wrote: This patch moves the setup_clocks_for_console()-call from preloader_console_init() to s_init(). This is done to use the