On Wed, Jan 16, 2019 at 06:59:46PM +0300, Серафим Долбилов wrote: > Is there any another way to link DT to the image besides imx*_barebox_entry(void *boarddata) functions? You can have any devicetree by adding it to arch/arm/dts/Makefile: pbl-dtb-$(CONFIG_MACH_FREESCALE_MX51_PDK) += imx51-babbage.dtb.o Then add a declaration for it (replace beginning of filename with __dtb_, .dtb.o with _start and '-' with '_'): extern char __dtb_imx51_babbage_start[]; And then you can use it. Use obj-dtb-$(CONFIG_MACH_FREESCALE_MX51_PDK) when you want to have it in the full barebox image rather than in the PBL. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox