summaryrefslogtreecommitdiff
path: root/arch/mips/generic/Platform
diff options
context:
space:
mode:
authorJiaxun Yang <jiaxun.yang@flygoat.com>2021-07-23 05:25:35 +0300
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2021-08-12 17:01:49 +0300
commit666173ee32e2d6f2853bd54b11b8127ac97eb019 (patch)
tree7f4e5172db3147455673ce22261343c7f7e9f509 /arch/mips/generic/Platform
parentcb95ea79b3fc772c5873a7a4532ab4c14a455da2 (diff)
downloadlinux-666173ee32e2d6f2853bd54b11b8127ac97eb019.tar.xz
MIPS: generic: Allow generating FIT image for Marduk board
Marduk is based on IMG pistachio SoC. The platform is using MIPS UHI booting protocol and does have a proper devicetree implement, thus it could be a part of generic kernel. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.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 b871af16b5b6..e1abc113b409 100644
--- a/arch/mips/generic/Platform
+++ b/arch/mips/generic/Platform
@@ -24,3 +24,4 @@ its-$(CONFIG_FIT_IMAGE_FDT_LUTON) += board-luton.its.S
its-$(CONFIG_FIT_IMAGE_FDT_JAGUAR2) += board-jaguar2.its.S
its-$(CONFIG_FIT_IMAGE_FDT_SERVAL) += board-serval.its.S
its-$(CONFIG_FIT_IMAGE_FDT_XILFPGA) += board-xilfpga.its.S
+its-$(CONFIG_FIT_IMAGE_FDT_MARDUK) += board-marduk.its.S