Re: [U-Boot] [PATCH] Ensure device tree DTS is compiled

2017-03-15 Thread James
On Wed, 15 Mar 2017 at 03:41, Andy Shevchenko wrote: > dts/dts ? You're right. Thank you for identifying my clumsy commit error, Andy. -- James Balean ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] Ensure device tree DTS is compiled

2017-03-14 Thread Andy Shevchenko
On Tue, Mar 14, 2017 at 7:38 AM, James Balean wrote: > Enables custom DTS files, or those not associated with a specific target, to > be compiled into a boot image. > +ARCH_PATH := arch/$(ARCH)/dts > +DTB := $(ARCH_PATH)/dts/$(DEVICE_TREE).dtb dts/dts ? > + $(Q)$(MAKE) $(build)=$(ARCH_P

[U-Boot] [PATCH] Ensure device tree DTS is compiled

2017-03-13 Thread James Balean
Enables custom DTS files, or those not associated with a specific target, to be compiled into a boot image. Signed-off-by: James Balean --- dts/Makefile | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/dts/Makefile b/dts/Makefile index c4ac153..6dfaf57 100644 -