]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Wed, 17 Jan 2018 18:56:38 +0000 (19:56 +0100)
committerJames Hogan <jhogan@kernel.org>
Thu, 18 Jan 2018 21:57:17 +0000 (21:57 +0000)
commit8c1fded8740320627b19c11d5156023518b5c07e
tree9a04a007a07bcd2be54927cb87c70da8e87415f5
parent3c0d2171ee81b9f71e2e78e8125021a9ccfa10b5
MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN

MIPS_GENERIC selects some options conditional on BIG_ENDIAN which does
not exist.

Replace BIG_ENDIAN with CPU_BIG_ENDIAN which is the correct kconfig
name. Note that BMIPS_GENERIC does the same which confirms that this
patch is needed.

Fixes: f34acf02b34fc ("MIPS: generic: Introduce generic DT-based board support")
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Reviewed-by: James Hogan <jhogan@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Cc: <stable@vger.kernel.org> # 4.9+
Patchwork: https://patchwork.linux-mips.org/patch/18495/
[jhogan@kernel.org: Clean up commit message]
Signed-off-by: James Hogan <jhogan@kernel.org>
arch/mips/Kconfig