commit | 3284c8b8cad9452bf0711f52699bc9a5aeb83319 | [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 | 5ab502cb8900aee483dfba28700640672e0b060e [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>