From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760687AbaCUOkr (ORCPT ); Fri, 21 Mar 2014 10:40:47 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:35446 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753202AbaCUOkm (ORCPT ); Fri, 21 Mar 2014 10:40:42 -0400 Message-ID: <532C4F40.5010903@ti.com> Date: Fri, 21 Mar 2014 10:40:00 -0400 From: Santosh Shilimkar User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Felipe Balbi , , , , , CC: , , Linux ARM Kernel Mailing List , Linux Kernel Mailing List Subject: Re: [PATCH] arm: boot: dts: build keystone devicetree blob References: <1394639330-1288-1-git-send-email-balbi@ti.com> <53208CDD.7030106@ti.com> In-Reply-To: <53208CDD.7030106@ti.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 12 March 2014 12:35 PM, Santosh Shilimkar wrote: > On Wednesday 12 March 2014 11:48 PM, Felipe Balbi wrote: >> Currently, even when building keystone only >> kernel builds, DTB won't get build because >> we lack a Makefile rule to get it compiled. >> >> This patch adds that rule so mainline kernel >> users have a chance to use up-to-date DTB on >> keystone 2 platforms. >> >> Signed-off-by: Felipe Balbi >> --- >> > We have been building dtbs with explicit command > instead of dtbs since it was just one dtb so far > supported. Was planning to add the rule once more > boards get added. Now with Lamarr and Edision in > for next merge window, will do that post 3.15-rc1. > Just to close the loop, I added a patch as part of my 3.15 fixes which builds all keystone dt blobs. Regards, Santosh