Re: [U-Boot] [PATCH] EXYNOS: Add L2 Cache Support.

2012-11-29 Thread Rajeshwari Birje
Hi Kyungmin Park, Thank you for comment. Will make the change and resubmit the patch. Regards, Rajeshwari Shinde. On Thu, Nov 29, 2012 at 8:12 PM, Kyungmin Park wrote: > On Thu, Nov 29, 2012 at 5:12 PM, Rajeshwari Shinde > wrote: >> This patch set adds L2 Cache Support to EXYNOS. >> >> Signed-

Re: [U-Boot] [PATCH] EXYNOS: Add L2 Cache Support.

2012-11-29 Thread Kyungmin Park
On Thu, Nov 29, 2012 at 5:12 PM, Rajeshwari Shinde wrote: > This patch set adds L2 Cache Support to EXYNOS. > > Signed-off-by: Arun Mankuzhi > Signed-off-by: Rajeshwari Shinde > --- > arch/arm/cpu/armv7/exynos/soc.c | 36 > 1 files changed, 36 insertions(+

[U-Boot] [PATCH] EXYNOS: Add L2 Cache Support.

2012-11-29 Thread Rajeshwari Shinde
This patch set adds L2 Cache Support to EXYNOS. Signed-off-by: Arun Mankuzhi Signed-off-by: Rajeshwari Shinde --- arch/arm/cpu/armv7/exynos/soc.c | 36 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/armv7/exynos/soc.c b/arch/a