]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: tegra: Remove redundant ARM_L1_CACHE_SHIFT_6 select
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 23 Jan 2016 08:55:30 +0000 (17:55 +0900)
committerThierry Reding <treding@nvidia.com>
Tue, 12 Apr 2016 15:09:28 +0000 (17:09 +0200)
commit3303214b218a6f1b376e9111b85d60ceb3dbc284
tree8cc239724e40264746c379065f322ffa7a50d482
parent3039f62d3fccb077513a4ffae4d1ef4609c1b724
ARM: tegra: Remove redundant ARM_L1_CACHE_SHIFT_6 select

These two are both ARMv7 SoCs.  They need not explicitly select
ARM_L1_CACHE_SHIFT_6 because it is enabled along with CPU_V7.

Refer to commit 2d3303f46338 ("ARM: 7291/1: cache: assume 64-byte L1
cachelines for ARMv7 CPUs").

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/Kconfig