lkml.org 
[lkml]   [2018]   [Apr]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/2] mips: xilfpga: actually include FDT in fitImage
Date
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.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
arch/mips/generic/Platform | 1 +
1 file changed, 1 insertion(+)

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
--
2.17.0
\
 
 \ /
  Last update: 2018-04-25 23:12    [W:0.052 / U:0.220 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site