Re: [U-Boot] [PATCH v4] mx6: Enable L2 cache support

2014-02-11 Thread Stefano Babic
On 29/01/2014 20:39, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Add L2 cache support and enable it by default. Configure the L2 cache in the same way as done by FSL kernel:

Re: [U-Boot] [PATCH v4] mx6: Enable L2 cache support

2014-01-30 Thread Dirk Behme
Am 29.01.2014 20:39, schrieb Fabio Estevam: From: Fabio Estevam fabio.este...@freescale.com Add L2 cache support and enable it by default. Configure the L2 cache in the same way as done by FSL kernel:

Re: [U-Boot] [PATCH v4] mx6: Enable L2 cache support

2014-01-30 Thread Stefano Babic
Hi Fabio, On 29/01/2014 20:39, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Add L2 cache support and enable it by default. Configure the L2 cache in the same way as done by FSL kernel:

[U-Boot] [PATCH v4] mx6: Enable L2 cache support

2014-01-29 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Add L2 cache support and enable it by default. Configure the L2 cache in the same way as done by FSL kernel: http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/arch/arm/mach-mx6/mm.c?h=imx_3.0.35_4.1.0 Signed-off-by: Fabio Estevam