Author: manu Date: Fri Aug 3 22:04:00 2018 New Revision: 337275 URL: https://svnweb.freebsd.org/changeset/base/337275
Log: 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. Modified: head/sys/modules/dtb/am335x/Makefile Modified: head/sys/modules/dtb/am335x/Makefile ============================================================================== --- head/sys/modules/dtb/am335x/Makefile Fri Aug 3 21:59:01 2018 (r337274) +++ head/sys/modules/dtb/am335x/Makefile Fri Aug 3 22:04:00 2018 (r337275) @@ -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> _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"