Re: [U-Boot] [PATCH 7/7] x86: 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: Bin Meng > --- > arch/x86/dts/Makefile | 11 +-- > 1 file changed

[U-Boot] [PATCH 7/7] x86: 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: Bin Meng --- arch/x86/dts/Makefile | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/arch/x86/dts/Makefil