]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fdt: further consolidate DTB building and revise manpage
authorkevans <kevans@FreeBSD.org>
Wed, 17 Apr 2019 03:29:16 +0000 (03:29 +0000)
committerkevans <kevans@FreeBSD.org>
Wed, 17 Apr 2019 03:29:16 +0000 (03:29 +0000)
commitb6581130649ae23318450157b0126a41058576af
treeed5455d2fb2853e3938e927c582c465bae77f30e
parent788090ecdec550c21eec8e09f9dc7dc9ec700943
fdt: further consolidate DTB building and revise manpage

FDT_DTS_FILE was built separately with a rule in sys/conf/files and
recreated the rules we used in dtb.mk. Now that we have other infrastructure
to build a DTB along with the kernel, fold FDT_DTS_FILE into that since it
doesn't have any special requirements.

fdt(4) never got revised to mention the DTS/DTSO make options, so do that
now.

Reviewed by: imp
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D19736
share/man/man4/fdt.4
sys/conf/files
sys/conf/kern.post.mk