From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Mon, 11 Jan 2016 11:06:34 +0000 Subject: [U-Boot] [PATCH 2/7] arc: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE In-Reply-To: References: <1451223875-20914-1-git-send-email-thomas@wytron.com.tw> <1451223875-20914-2-git-send-email-thomas@wytron.com.tw> Message-ID: <1452510394.3277.15.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Thomas, On Mon, 2015-12-28 at 10:16 +0800, Bin Meng wrote: > On Sun, Dec 27, 2015 at 9:44 PM, Thomas Chou wrote: > > Use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE, so that > > there is no need to list all the dtb for different targets/boards. > > > > Signed-off-by: Thomas Chou > > Cc: Alexey Brodkin > > --- > > arch/arc/dts/Makefile | 4 +--- > > 1 file changed, 1 insertion(+), 3 deletions(-) > > > > Reviewed-by: Bin Meng I tried your series on axs103 and it builds and boots just fine, so feel free to add: ----------------------->8-------------------------- Acked-by: Alexey Brodkin ----------------------->8-------------------------- -Alexey