diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-06-26 13:57:11 +0200 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2018-07-24 17:42:19 -0700 |
commit | d5be4aeb5b36ba9cecd6ddbcce972e5d842c5df6 (patch) | |
tree | 26cebf2b8959522c1c990ae2a9238dd91ba549c0 /arch/mips/boot | |
parent | 840267e4466c72d48ca951a9678f48a322fade35 (diff) | |
download | linux-d5be4aeb5b36ba9cecd6ddbcce972e5d842c5df6.tar.bz2 |
mips: mscc: build FIT image for Ocelot
Ocelot now has a u-boot port, allow building FIT images instead of relying
on the legacy detection and builtin DTB.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Reviewed-by: James Hogan <jhogan@kernel.org>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/19632/
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/dts/mscc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/mscc/Makefile b/arch/mips/boot/dts/mscc/Makefile index 3c6aed9f5439..9a9bb7ea0503 100644 --- a/arch/mips/boot/dts/mscc/Makefile +++ b/arch/mips/boot/dts/mscc/Makefile @@ -1,3 +1,3 @@ -dtb-$(CONFIG_LEGACY_BOARD_OCELOT) += ocelot_pcb123.dtb +dtb-$(CONFIG_MSCC_OCELOT) += ocelot_pcb123.dtb obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y)) |