]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand: efi_fmtdev can be reduced to devformat
authorWarner Losh <imp@FreeBSD.org>
Thu, 11 Aug 2022 15:08:08 +0000 (09:08 -0600)
committerWarner Losh <imp@FreeBSD.org>
Thu, 11 Aug 2022 16:27:16 +0000 (10:27 -0600)
commit1e7a2eb93a527a2f4b22be66788caf50e4ba1f89
tree67c80ce8348b28dc4e43b41f148a3df418d2550f
parentedb26097cb6416adb89b54c830d36c0ead3ca64c
stand: efi_fmtdev can be reduced to devformat

devformat produces the same output as efi_fmtdev, so just use it to
reduce on the dependencies.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D35924
stand/efi/include/efilib.h
stand/efi/libefi/devicename.c
stand/efi/loader/bootinfo.c
stand/efi/loader/main.c