From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Schwarz Date: Thu, 28 Jul 2011 16:53:00 +0200 Subject: [U-Boot] [PATCH V0] omap-common: move early UART clock setup to board.c In-Reply-To: <20110728130224.5A3DA15794D5@gemini.denx.de> References: <1311844938-17278-1-git-send-email-simonschwarzcor@gmail.com> <20110728130224.5A3DA15794D5@gemini.denx.de> Message-ID: <4E3177CC.8030705@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang Denk, On 07/28/2011 03:02 PM, Wolfgang Denk wrote: > Dear Simon Schwarz, > > In message<1311844938-17278-1-git-send-email-simonschwarzcor@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: 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(-) > > There is no patch in this file anywhere. No cover-letter for patch series - bad idea - noted. > > Also, please omit the "V0" part in the subject, it makes no sense. ok. > > Finally, please don't use the same subject for several changes. > > Best regards, > > Wolfgang Denk > Regards Simon Schwarz