Re: [U-Boot] [PATCH 2/7] arc: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE

2016-01-11 Thread Alexey Brodkin
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. > > > >

[U-Boot] [PATCH 2/7] arc: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE

2015-12-27 Thread Thomas Chou
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(+),

Re: [U-Boot] [PATCH 2/7] arc: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE

2015-12-27 Thread Bin Meng
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