From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 21 Nov 2011 14:40:03 +0100 Subject: [U-Boot] [PATCH V2 1/6] i.mx: introduce the armv7/imx-common folder In-Reply-To: <1321600267-8514-2-git-send-email-jason.hui@linaro.org> References: <1321600267-8514-1-git-send-email-jason.hui@linaro.org> <1321600267-8514-2-git-send-email-jason.hui@linaro.org> Message-ID: <4ECA54B3.9040300@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 18/11/2011 08:11, Jason Liu wrote: > In order to support the coming MX6 platform and to reducde > the duplicated code, we had better move some common files > or functions to the imx-common folder for sharing. > > This patch does the following: > - move speed.c file from armv7/mx5/speed.c to armv7/imx-common/speed.c > - move armv7/mx5/timer.c to armv7/imx-common/timer.c, no any new feature > added but just fix the checkpatch errors in the old file and remove > the CONFIG_SYS_MX5_CLK32 reference in the file > - create one new file cpu.c file to store the common function with i.mx5/6 > > Signed-off-by: Jason Liu > Cc:Stefano Babic Acked-by: Stefano Babic Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================