]> Git Repo - J-u-boot.git/commit - arch/arm/dts/Makefile
dts: generate multiple device tree blobs
authorMasahiro Yamada <[email protected]>
Wed, 5 Feb 2014 02:28:27 +0000 (11:28 +0900)
committerTom Rini <[email protected]>
Wed, 19 Feb 2014 16:10:05 +0000 (11:10 -0500)
commit3284c8b8cad9452bf0711f52699bc9a5aeb83319
tree104fa98297b97ac0ba9df772714c0cd8fc766d2e
parent5ab502cb8900aee483dfba28700640672e0b060e
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 <[email protected]>
arch/arm/dts/.gitignore [new file with mode: 0644]
arch/arm/dts/Makefile [new file with mode: 0644]
arch/microblaze/dts/.gitignore [new file with mode: 0644]
arch/microblaze/dts/Makefile [new file with mode: 0644]
arch/x86/dts/.gitignore [new file with mode: 0644]
arch/x86/dts/Makefile [new file with mode: 0644]
dts/Makefile
This page took 0.03652 seconds and 4 git commands to generate.