Re: [PATCH v6] MIPS: NI 169445 board support
From: Ralf Baechle <hidden>
Date: 2017-08-07 15:26:57
Also in:
linux-mips, lkml
On Tue, Jul 18, 2017 at 01:29:09PM -0500, Nathan Sullivan wrote:
Support the National Instruments 169445 board.
Thanks, applied with minor changes:
quoted hunk ↗ jump to hunk
--- a/arch/mips/boot/dts/Makefile +++ b/arch/mips/boot/dts/Makefile@@ -4,6 +4,7 @@ dts-dirs += img dts-dirs += ingenic dts-dirs += lantiq dts-dirs += mti +dts-dirs += ni dts-dirs += netlogic dts-dirs += pic32 dts-dirs += qca
Keep things in alphabetical order, so ni should go after netlogic.
quoted hunk ↗ jump to hunk
diff --git a/arch/mips/generic/vmlinux.its.S b/arch/mips/generic/vmlinux.its.S index f67fbf1..de851f7 100644 --- a/arch/mips/generic/vmlinux.its.S +++ b/arch/mips/generic/vmlinux.its.S@@ -29,3 +29,28 @@ }; }; }; + +#ifdef CONFIG_FIT_IMAGE_FDT_NI169445 +/ { + images {
[...]
+ }; +}; +#endif
There's been a reject on this file because of a Boston #ifdefed section. I've fixed that up but we need a cleaner solution. Paul, any suggestions? Ralf -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html