diff options
author | David Daney <david.daney@cavium.com> | 2015-03-05 09:31:30 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-01 11:21:43 -0400 |
commit | 8c1e6b14e27d78fcea4aa6ba09e56c41f528f1cc (patch) | |
tree | ce651a479d315214e1270a026628689486cae762 /arch/mips/Kconfig | |
parent | 24d4e7f642882a8a13da170b4ba86eec8fa91bf2 (diff) |
MIPS: OCTEON: Protect accesses to bootbus flash with octeon_bootbus_sem.
Without this, we get bus errors.
Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: Aleksey Makarov <aleksey.makarov@auriga.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/9460/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f4cebfc8c7f9..f3d7ce58dc70 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -832,6 +832,7 @@ config CAVIUM_OCTEON_SOC | |||
832 | select SYS_SUPPORTS_SMP | 832 | select SYS_SUPPORTS_SMP |
833 | select NR_CPUS_DEFAULT_16 | 833 | select NR_CPUS_DEFAULT_16 |
834 | select BUILTIN_DTB | 834 | select BUILTIN_DTB |
835 | select MTD_COMPLEX_MAPPINGS | ||
835 | help | 836 | help |
836 | This option supports all of the Octeon reference boards from Cavium | 837 | This option supports all of the Octeon reference boards from Cavium |
837 | Networks. It builds a kernel that dynamically determines the Octeon | 838 | Networks. It builds a kernel that dynamically determines the Octeon |