From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Sun, 30 Sep 2012 15:55:49 +0200 (CEST) Subject: [U-Boot] [PATCH v2 01/14] mx5/6: Define default SoC input clock frequencies In-Reply-To: <50681EB7.4090502@denx.de> Message-ID: <683234936.5510727.1349013349720.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, On Sunday, September 30, 2012 12:28:07 PM, Stefano Babic wrote: > On 27/09/2012 22:19, Beno?t Th?baudeau wrote: > > Define default SoC input clock frequencies for i.MX5/6 in order to > > get rid of > > duplicated definitions. > > > > Signed-off-by: Beno?t Th?baudeau > > Cc: Stefano Babic > > Cc: Jason Liu > > Cc: Matt Sealey > > Cc: Fabio Estevam > > --- > > > All series applied to u-boot-imx, next branch, thanks. Thanks. Since you have applied it to /next, the following hunk should be added for 01/14 for include/configs/mx6qsabre_common.h: --- #define __MX6QSABRE_COMMON_CONFIG_H #define CONFIG_MX6Q -#define CONFIG_SYS_MX6_HCLK 24000000 -#define CONFIG_SYS_MX6_CLK32 32768 #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO --- Since there is no breakage, this can be done as a replacement or separately. How should we proceed? Best regards, Beno?t