diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-04-25 23:10:36 +0200 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-05-14 23:54:25 +0100 |
commit | 947bc875116042d5375446aa29bc1073c2d38977 (patch) | |
tree | 806c3fdbb4348a383c2a8ec7594503f40e83e5dc /arch | |
parent | a5a92abbce56c41ff121db41a33b9c0a0ff39365 (diff) | |
download | linux-947bc875116042d5375446aa29bc1073c2d38977.tar.bz2 |
MIPS: xilfpga: Actually include FDT in fitImage
Commit b35565bb16a5 ("MIPS: generic: Add support for MIPSfpga") added
and its.S file for xilfpga but forgot to add it to
arch/mips/generic/Platform so it is never used.
Fixes: b35565bb16a5 ("MIPS: generic: Add support for MIPSfpga")
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Cc: <stable@vger.kernel.org> # 4.15+
Patchwork: https://patchwork.linux-mips.org/patch/19245/
Signed-off-by: James Hogan <jhogan@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/generic/Platform | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/generic/Platform b/arch/mips/generic/Platform index b51432dd10b6..0dd0d5d460a5 100644 --- a/arch/mips/generic/Platform +++ b/arch/mips/generic/Platform @@ -16,3 +16,4 @@ all-$(CONFIG_MIPS_GENERIC) := vmlinux.gz.itb 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_XILFPGA) += board-xilfpga.its.S |