From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Sun, 13 Sep 2015 10:14:31 +0200 Subject: [U-Boot] [PATCH v2 03/13] arm: imx: common rework cache settings for imx6 In-Reply-To: <1441220064-20866-3-git-send-email-aalonso@freescale.com> References: <1441220064-20866-1-git-send-email-aalonso@freescale.com> <1441220064-20866-3-git-send-email-aalonso@freescale.com> Message-ID: <55F53067.4020802@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 02/09/2015 20:54, Adrian Alonso wrote: > Rework cache settings for imx6, move cache configuration > to imx-common/cache.c so it can be reused for newer SoC > > Signed-off-by: Adrian Alonso > --- > Changes for V2: Resend > Changes for V3: Resend > > arch/arm/cpu/armv7/mx6/soc.c | 95 --------------------------------------- > arch/arm/imx-common/Makefile | 1 + > arch/arm/imx-common/cache.c | 103 +++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 104 insertions(+), 95 deletions(-) > create mode 100644 arch/arm/imx-common/cache.c > > diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c > index 5110112..2f7d5c8 100644 Applied to u-boot-imx, thanks ! Best regards, Stefano Babic ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================