mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
It seems that the only way to supply dtb to loader on Zynq-based SoCs is to manually generate dtb and place it to pre-defined location on SD card or TFTP server where loader can pick it up. More modern approach is to add modules/dtb/%soc% module and let installworld target generate dtb and copy them to /boot/dtb/ where they can be loaded by ubldr
7 lines
124 B
Makefile
7 lines
124 B
Makefile
# $FreeBSD$
|
|
# All the dts files for Zynq systems we support.
|
|
DTS= \
|
|
zedboard.dts \
|
|
zybo.dts
|
|
|
|
.include <bsd.dtb.mk>
|