diff options
author | andrew <andrew@FreeBSD.org> | 2015-04-11 11:00:53 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2015-04-11 11:00:53 +0000 |
commit | acfe91018ea0304c15ec34504e7769688cfc6914 (patch) | |
tree | cf56ebfd635296851268cbf013cfe018629a1aee /sys/boot/efi | |
parent | cd4b891e8f3f10bd271914debf47348cf8821af8 (diff) | |
download | FreeBSD-src-acfe91018ea0304c15ec34504e7769688cfc6914.zip FreeBSD-src-acfe91018ea0304c15ec34504e7769688cfc6914.tar.gz |
Add fdt support to the arm loader.efi
Diffstat (limited to 'sys/boot/efi')
-rw-r--r-- | sys/boot/efi/loader/arch/arm/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/efi/loader/arch/arm/Makefile.inc b/sys/boot/efi/loader/arch/arm/Makefile.inc index 4a3d543..b2876ca 100644 --- a/sys/boot/efi/loader/arch/arm/Makefile.inc +++ b/sys/boot/efi/loader/arch/arm/Makefile.inc @@ -2,3 +2,5 @@ SRCS+= exec.c \ start.S + +LOADER_FDT_SUPPORT=yes |