From 13d1ff2c8580eaa719e41a9bb22a953658e11d1d Mon Sep 17 00:00:00 2001 From: Paul Burton Date: Mon, 7 Aug 2017 15:37:22 -0700 Subject: MIPS: generic: Move Boston FIT image source to its own file Move the Boston board flattened image tree source into its own file which is concatenated into the final image tree source used to build the flattened image tree. Separating boards into different files will help us to avoid conflicts as boards are added. Signed-off-by: Paul Burton Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/16939/ Signed-off-by: Ralf Baechle --- arch/mips/generic/Platform | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/generic/Platform') diff --git a/arch/mips/generic/Platform b/arch/mips/generic/Platform index 6f7ce7b0c5e2..50c8ad58b5f1 100644 --- a/arch/mips/generic/Platform +++ b/arch/mips/generic/Platform @@ -14,3 +14,4 @@ load-$(CONFIG_MIPS_GENERIC) += 0xffffffff80100000 all-$(CONFIG_MIPS_GENERIC) := vmlinux.gz.itb its-y := vmlinux.its.S +its-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S -- cgit