]> git.ipfire.org Git - thirdparty/u-boot.git/commit
powerpc: fix arch/powerpc/dts/Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 14 Mar 2019 05:58:34 +0000 (14:58 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 22 Mar 2019 16:15:10 +0000 (12:15 -0400)
commit680207a1c59bd678c6e56473c70326b4c50a7abf
tree5ed301b049957711c51e414bc7052330a6028535
parent89c2b5c02049aea746b1edee0b4e1d8519dec2f4
powerpc: fix arch/powerpc/dts/Makefile

Since commit 27cb7300ffda ("Ensure device tree DTS is compiled"),
build succeeds irrespective of the correctness of Makefile.

I am going to revert that commit, so wrong code must be fixed.

CONFIG_MCR3000 is not defined anywhere. CONFIG_TARGET_MCR3000 is the
correct one.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/powerpc/dts/Makefile