mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
dtb: am335x: Remove links and add more dts
The links were to cope with the switch to upstream dts. We don't need them anymore. While here add the rest of the beaglebone family dts as u-boot is common on all those boards and load the dtb based on the product name. This just miss the pocketbeagle variant as it's not yet in sys/gnu/dts but will be with the Linux 4.18 dts import.
This commit is contained in:
parent
2e0090af65
commit
35ab4bcc29
1 changed files with 3 additions and 4 deletions
|
|
@ -3,11 +3,10 @@
|
|||
DTS= \
|
||||
am335x-bone.dts \
|
||||
am335x-boneblack.dts \
|
||||
am335x-boneblack-wireless.dts \
|
||||
am335x-bonegreen.dts \
|
||||
am335x-bonegreen-wireless.dts \
|
||||
am335x-boneblue.dts \
|
||||
ufw.dts
|
||||
|
||||
LINKS= \
|
||||
${DTBDIR}/am335x-bone.dtb ${DTBDIR}/beaglebone.dtb \
|
||||
${DTBDIR}/am335x-boneblack.dtb ${DTBDIR}/beaglebone-black.dtb
|
||||
|
||||
.include <bsd.dtb.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue