]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: xilfpga: Actually include FDT in fitImage
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 25 Apr 2018 21:10:36 +0000 (23:10 +0200)
committerJames Hogan <jhogan@kernel.org>
Mon, 14 May 2018 22:54:25 +0000 (23:54 +0100)
commit6e1ff00c89c99d0399f6a80d85583d9cfb26190f
tree806c3fdbb4348a383c2a8ec7594503f40e83e5dc
parentf2c893342f38c85de8d6665bc226af7c81c8fc0d
MIPS: xilfpga: Actually include FDT in fitImage

Commit 91927a641a57 ("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: 91927a641a57 ("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>
arch/mips/generic/Platform