diff options
author | David Daney <david.daney@cavium.com> | 2015-03-05 17:31:30 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-01 17:21:43 +0200 |
commit | 8c1e6b14e27d78fcea4aa6ba09e56c41f528f1cc (patch) | |
tree | ce651a479d315214e1270a026628689486cae762 /arch/mips/Kconfig | |
parent | 24d4e7f642882a8a13da170b4ba86eec8fa91bf2 (diff) | |
download | blackbird-obmc-linux-8c1e6b14e27d78fcea4aa6ba09e56c41f528f1cc.tar.gz blackbird-obmc-linux-8c1e6b14e27d78fcea4aa6ba09e56c41f528f1cc.zip |
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 select SYS_SUPPORTS_SMP select NR_CPUS_DEFAULT_16 select BUILTIN_DTB + select MTD_COMPLEX_MAPPINGS help This option supports all of the Octeon reference boards from Cavium Networks. It builds a kernel that dynamically determines the Octeon |