commit | daf328a01527978ef44b3cdf259544db95d7da70 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Wed Nov 21 08:51:43 2018 +0000 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 03 10:44:10 2018 -0500 |
tree | 5e30079f954ebdde427b7bf6d3f91de07dc6b57c | |
parent | 8dff3e9e625e926bd3b68bb935662f8dddc68845 [diff] [blame] |
board: MCR3000: Activate CONFIG_DM and CONFIG_OF_CONTROL Add mcr3000 device tree and activate CONFIG_DM and CONFIG_OF_CONTROL Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
diff --git a/arch/powerpc/dts/Makefile b/arch/powerpc/dts/Makefile index a19aa56..172bed4 100644 --- a/arch/powerpc/dts/Makefile +++ b/arch/powerpc/dts/Makefile
@@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0+ dtb-$(CONFIG_TARGET_T2080QDS) += t2080qds.dtb +dtb-$(CONFIG_MCR3000) += mcr3000.dtb targets += $(dtb-y)