All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V0] omap-common: move early UART clock setup to board.c
@ 2011-07-28  9:22 Simon Schwarz
  2011-07-28  9:22 ` [U-Boot] [PATCH V0] omap-common: move early UART clock setup to s_init Simon Schwarz
  2011-07-28 13:02 ` [U-Boot] [PATCH V0] omap-common: move early UART clock setup to board.c Wolfgang Denk
  0 siblings, 2 replies; 8+ messages in thread
From: Simon Schwarz @ 2011-07-28  9:22 UTC (permalink / raw)
  To: u-boot

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 framework
  - OMAP4 SPL
    Both are already in u-boot-ti repo.

Simon Schwarz (1):
  omap-common: move early UART clock setup to s_init

 arch/arm/cpu/armv7/omap-common/spl.c |    1 -
 arch/arm/cpu/armv7/omap4/board.c     |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-07-29 12:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-28  9:22 [U-Boot] [PATCH V0] omap-common: move early UART clock setup to board.c Simon Schwarz
2011-07-28  9:22 ` [U-Boot] [PATCH V0] omap-common: move early UART clock setup to s_init Simon Schwarz
2011-07-28  9:44   ` Andreas Bießmann
2011-07-29 12:51     ` Simon Schwarz
2011-07-28 13:04   ` Wolfgang Denk
2011-07-28 14:49     ` Simon Schwarz
2011-07-28 13:02 ` [U-Boot] [PATCH V0] omap-common: move early UART clock setup to board.c Wolfgang Denk
2011-07-28 14:53   ` Simon Schwarz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.