]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Add board specific dts inclusion
authorStephan Linz <linz@li-pro.net>
Wed, 4 Jul 2012 20:25:29 +0000 (22:25 +0200)
committerMichal Simek <monstr@monstr.eu>
Tue, 10 Jul 2012 08:00:45 +0000 (10:00 +0200)
commita1d2478e2d5011bed3e085033f11427fb1423efb
tree275c3e058d1e31e4323057c34e56c3f9f16443ea
parent2e65b44c0fcac0db608493b86e30b02e8ebafb61
fdt: Add board specific dts inclusion

Some architectures, for example Microblaze, doesn't need a
splitted device tree because every Microblaze hw design is
different. The individuell Microblaze device tree will be
auto generated by FPGA design tools and could be used directly
with dtc.

The auto generated dts for Microblaze can not processed by CPP.
Unfortunately that is the default procedure in U-Boot to merge
a splitted device tree (substitution of ARCH_CPU_DTS).

Microblaze will never use the ARCH_CPU_DTS substitution and we
introduce the new board specific substitution variable BOARD_DTS
that points into vendor/board/dts subdir with the file name
of CONFIG_DEFAULT_DEVICE_TREE. The common dts file in vendor/dts
subdir (defined by CONFIG_DEFAULT_DEVICE_TREE) contain a single
include line that can processed by CPP:

    /include/ BOARD_DTS

Signed-off-by: Stephan Linz <linz@li-pro.net>
Tested-by: Michal Simek <monstr@monstr.eu>
Acked-by: Simon Glass <sjg@chromium.org>
dts/Makefile