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>
Showing
- arch/arm/dts/.gitignore 1 addition, 0 deletionsarch/arm/dts/.gitignore
- arch/arm/dts/Makefile 37 additions, 0 deletionsarch/arm/dts/Makefile
- arch/microblaze/dts/.gitignore 1 addition, 0 deletionsarch/microblaze/dts/.gitignore
- arch/microblaze/dts/Makefile 11 additions, 0 deletionsarch/microblaze/dts/Makefile
- arch/x86/dts/.gitignore 1 addition, 0 deletionsarch/x86/dts/.gitignore
- arch/x86/dts/Makefile 12 additions, 0 deletionsarch/x86/dts/Makefile
- dts/Makefile 20 additions, 11 deletionsdts/Makefile
Loading
Please register or sign in to comment