Date: Thu, 30 Aug 2018 14:32:10 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r338397 - head/sys/modules/dtb/omap4 Message-ID: <201808301432.w7UEWAHe080566@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu Date: Thu Aug 30 14:32:10 2018 New Revision: 338397 URL: https://svnweb.freebsd.org/changeset/base/338397 Log: dtb: Add LINKS for omap4 DTBs We do not use the upstream name so add links so u-boot can load the dtb for us. Approved by: re (rgrimes) Modified: head/sys/modules/dtb/omap4/Makefile Modified: head/sys/modules/dtb/omap4/Makefile ============================================================================== --- head/sys/modules/dtb/omap4/Makefile Thu Aug 30 13:45:14 2018 (r338396) +++ head/sys/modules/dtb/omap4/Makefile Thu Aug 30 14:32:10 2018 (r338397) @@ -5,4 +5,8 @@ DTS= \ pandaboard.dts \ pandaboard-es.dts +LINKS= \ + ${DTBDIR}/pandaboard.dtb ${DTBDIR}/omap4-panda.dtb \ + ${DTBDIR}/pandaboard-es.dtb ${DTBDIR}/omap4-panda-es.dtb + .include <bsd.dtb.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808301432.w7UEWAHe080566>