diff options
author | Paul Cercueil <paul@crapouillou.net> | 2019-02-21 19:43:10 -0300 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-02-21 15:55:41 -0800 |
commit | 15205fc05482ba3d9574ded5bd4508f240f6ff52 (patch) | |
tree | 41f1ac6603722af776b12c3667508be271d1b367 /arch/mips/Kconfig | |
parent | 69a07a41d908f9df48393bbab179daded8cfab66 (diff) |
MIPS: ingenic: Add support for appended devicetree
Add support for booting the kernel from an externally-appended
devicetree, if no devicetree was built-in.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b19f179f3f03..ddfb587c4744 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -390,7 +390,7 @@ config MACH_INGENIC select GPIOLIB select COMMON_CLK select GENERIC_IRQ_CHIP - select BUILTIN_DTB + select BUILTIN_DTB if MIPS_NO_APPENDED_DTB select USE_OF select LIBFDT |