diff options
| author | Tom Rini <trini@konsulko.com> | 2018-12-14 14:18:47 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2018-12-14 14:18:47 -0500 |
| commit | 8fc26fce41592175ae004514e431e68a9dd60671 (patch) | |
| tree | 9d4f5d9b057a749742e9dcead3cfa41c4ddae5ea /arch/arm/mach-exynos/common_setup.h | |
| parent | d117d8f19b0625f88309e47a8a32c2faa384dddc (diff) | |
| parent | f987177db9c988142032ed8142a093cce2378a90 (diff) | |
Merge tag 'dm-pull-14dec18' of git://git.denx.de/u-boot-dm
Complete conversion of sound to driver model
Diffstat (limited to 'arch/arm/mach-exynos/common_setup.h')
| -rw-r--r-- | arch/arm/mach-exynos/common_setup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/common_setup.h b/arch/arm/mach-exynos/common_setup.h index 2829fb269ed..4e3702b9285 100644 --- a/arch/arm/mach-exynos/common_setup.h +++ b/arch/arm/mach-exynos/common_setup.h @@ -78,7 +78,7 @@ static inline void configure_l2_ctlr(void) CACHE_TAG_RAM_LATENCY_2_CYCLES | CACHE_DATA_RAM_LATENCY_2_CYCLES; - if (proid_is_exynos5420() || proid_is_exynos5422()) { + if (proid_is_exynos542x()) { val |= CACHE_ECC_AND_PARITY | CACHE_TAG_RAM_LATENCY_3_CYCLES | CACHE_DATA_RAM_LATENCY_3_CYCLES; @@ -97,7 +97,7 @@ static inline void configure_l2_actlr(void) { uint32_t val; - if (proid_is_exynos5420() || proid_is_exynos5422()) { + if (proid_is_exynos542x()) { mrc_l2_aux_ctlr(val); val |= CACHE_ENABLE_FORCE_L2_LOGIC | CACHE_DISABLE_CLEAN_EVICT; |
