gpt*boot: Save a bit more memory when LOADER_NO_GELI_SUPPORT is specified
authorngie <ngie@FreeBSD.org>
Tue, 28 Mar 2017 07:10:35 +0000 (07:10 +0000)
committerngie <ngie@FreeBSD.org>
Tue, 28 Mar 2017 07:10:35 +0000 (07:10 +0000)
commitb0f0d1e2b28b4a1d3dbbcc1d32061a78cd17e41a
tree3ab12ba430da5a8a85700f190e2f4cb8e62c0a84
parent7c537613a3e6af0dd5df83670c973ba60156f1f7
gpt*boot: Save a bit more memory when LOADER_NO_GELI_SUPPORT is specified

Don't compile geliargs into the image and don't pass geliargs to the respective
bootloader code via __exec(..).

This saves a negligible amount of memory/disk space.

X-MFC with: r296963
Obtained from: Isilon OneFS
Sponsored by: Dell EMC Isilon
sys/boot/i386/gptboot/gptboot.c