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

2014-02-15 Thread Simon Glass
Hi, On 4 February 2014 19:28, 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 one sp

[U-Boot] [PATCH v3 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