commit | e7a579fa5123e251b054dd89dd2d5b18d9052a8f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Wed Feb 05 11:28:27 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Wed Feb 19 11:10:05 2014 -0500 |
tree | 104fa98297b97ac0ba9df772714c0cd8fc766d2e | |
parent | 884ef15f4847983c5d94567b9e7a0febf0cb872a [diff] |
dts: generate multiple device tree blobs 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/dt.dtb Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>