summaryrefslogtreecommitdiff
path: root/arch/mips/generic/Platform
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@bootlin.com>2020-11-10 14:45:06 +0300
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-11-13 01:34:03 +0300
commit378e413fe97e8d66ff4dc90b0b5b6ef3bbc15252 (patch)
tree0483f7b348d5955f39ca362c1c6f8a2e7ce33cf5 /arch/mips/generic/Platform
parent72bc5e8b25a0031354a27c1da2b89104e2bf32e3 (diff)
downloadlinux-378e413fe97e8d66ff4dc90b0b5b6ef3bbc15252.tar.xz
MIPS: mscc: build FIT image for Luton
Luton now has already an u-boot port so let's build FIT images. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/generic/Platform')
-rw-r--r--arch/mips/generic/Platform1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/generic/Platform b/arch/mips/generic/Platform
index f8ef2f9d107e..4b6905daa39c 100644
--- a/arch/mips/generic/Platform
+++ b/arch/mips/generic/Platform
@@ -20,4 +20,5 @@ its-y := vmlinux.its.S
its-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S
its-$(CONFIG_FIT_IMAGE_FDT_NI169445) += board-ni169445.its.S
its-$(CONFIG_FIT_IMAGE_FDT_OCELOT) += board-ocelot.its.S
+its-$(CONFIG_FIT_IMAGE_FDT_LUTON) += board-luton.its.S
its-$(CONFIG_FIT_IMAGE_FDT_XILFPGA) += board-xilfpga.its.S