]> git.sur5r.net Git - u-boot/commit
ARM: exynos: fix regression for Origen4210
authorThomas Abraham <thomas.ab@samsung.com>
Mon, 3 Aug 2015 12:28:01 +0000 (17:58 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 17 Aug 2015 04:06:55 +0000 (13:06 +0900)
commit14a66afead568a5c3a6bb49782432bea3b397fb8
treefc1d02ac85610879c1ddd5f464c2ff82c90e796a
parent77b55e8cfcee9ce1a973bf4dad3e160dd0be01f3
ARM: exynos: fix regression for Origen4210

The do_lowlevel_init() function includes certian CA15 specific L2 cache
configuration which is only applicable on Exynos5420 and members of its
family. Fix the regression on Origen4210 by skipping the Exynos5420
specific portions of the code.

Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Tested-by: Przemyslaw Marczak <p.marczak@samsung.com>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/mach-exynos/common_setup.h
arch/arm/mach-exynos/lowlevel_init.c