Re: [U-Boot] [PATCH] mx28evk: Turn on caches

2012-08-05 Thread Stefano Babic
On 31/07/2012 20:10, Fabio Estevam wrote: > Turn on data and instruction caches. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: W

Re: [U-Boot] [PATCH] mx28evk: Turn on caches

2012-07-31 Thread stefano babic
Am 31/07/2012 20:10, schrieb Fabio Estevam: > Turn on data and instruction caches. > > Signed-off-by: Fabio Estevam > --- > include/configs/mx28evk.h |2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h > index 54d2

[U-Boot] [PATCH] mx28evk: Turn on caches

2012-07-31 Thread Fabio Estevam
Turn on data and instruction caches. Signed-off-by: Fabio Estevam --- include/configs/mx28evk.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 54d21e6..5f145d1 100644 --- a/include/configs/mx28evk.h +++ b/incl