projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ec17af
)
mips: delete duplicated BUILTIN_DTB and LIBFDT configs
author
Maksym Kokhan
<
[email protected]
>
Mon, 12 Nov 2018 17:00:58 +0000
(19:00 +0200)
committer
Paul Burton
<
[email protected]
>
Mon, 12 Nov 2018 22:22:09 +0000
(14:22 -0800)
CONFIG_BUILTIN_DTB and CONFIG_LIBFDT selection is duplicated
in menu "Machine selection" under MIPS_MALTA.
Signed-off-by: Maksym Kokhan <
[email protected]
>
Signed-off-by: Andrii Bordunov <
[email protected]
>
Signed-off-by: Paul Burton <
[email protected]
>
Patchwork: https://patchwork.linux-mips.org/patch/21100/
Cc: Ralf Baechle <
[email protected]
>
Cc: James Hogan <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
arch/mips/Kconfig
patch
|
blob
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index 9006ae11981dd29c29469d26e46e57c8e03224b8..61077e64ea5455bc470335bbb809b15b11d1c03b 100644
(file)
--- a/
arch/mips/Kconfig
+++ b/
arch/mips/Kconfig
@@
-540,8
+540,6
@@
config MIPS_MALTA
select USE_OF
select LIBFDT
select ZONE_DMA32 if 64BIT
- select BUILTIN_DTB
- select LIBFDT
help
This enables support for the MIPS Technologies Malta evaluation
board.