Re: [U-Boot] [PATCH v2 3/3] dts: generate multiple device tree blobs

2014-02-15 Thread Simon Glass
Hi Masahiro, On 4 February 2014 02:38, Masahiro Yamada wrote: > It is convenient to have all device trees on the same SoC compiled. > It allows for later easy repackaging without the need to re-run > the make file. > > - Build device trees with the same SoC under arch/$(ARCH)/dts > - Copy the

[U-Boot] [PATCH v2 3/3] dts: generate multiple device tree blobs

2014-02-04 Thread Masahiro Yamada
It is convenient to have all device trees on the same SoC compiled. It allows for later easy repackaging without the need to re-run the make file. - Build device trees with the same SoC under arch/$(ARCH)/dts - Copy the one specified by CONFIG_DEFAULT_DEVICE_TREE or DEVICE_TREE=... to dts/