
Hi,
On 15-03-16 10:29, Ian Campbell wrote:
On Mon, 2016-03-14 at 21:49 +0100, Hans de Goede wrote:
Sync dts files with the upstream kernel including changes queued for 4.6:
https://git.kernel.org/cgit/linux/kernel/git/mripard/linux.git/commit/?h=sun...
Note this adds a number of new unused board dts files. I've asked the authors of the kernel commits adding these to submit a matching defconfig to u-boot.
Signed-off-by: Hans de Goede hdegoede@redhat.com
Both patches here: Acked-by: Ian Campbell ijc@hellion.org.uk
Thanks.
Do you have a script or something which (semi-)automates these imports, or is it manual faff each time?
Manual, it is not that much work, just cp the files over since we are using pristine kernel files with no u-boot specific mods.
Then git add all of them, and do a commit, in the commit msg editor look at the list of "new file"'s, add those to the Makefile and then commit the Makefile as a fixup.
Starting with this sync I also lookup the first kernel commit of any new dts files (not dtsi files only dts files) and then send a mail to the committer asking them to submit a matching u-boot defconfig.
Regards,
Hans