summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/loader
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-04-11 11:00:53 +0000
committerandrew <andrew@FreeBSD.org>2015-04-11 11:00:53 +0000
commitacfe91018ea0304c15ec34504e7769688cfc6914 (patch)
treecf56ebfd635296851268cbf013cfe018629a1aee /sys/boot/efi/loader
parentcd4b891e8f3f10bd271914debf47348cf8821af8 (diff)
downloadFreeBSD-src-acfe91018ea0304c15ec34504e7769688cfc6914.zip
FreeBSD-src-acfe91018ea0304c15ec34504e7769688cfc6914.tar.gz
Add fdt support to the arm loader.efi
Diffstat (limited to 'sys/boot/efi/loader')
-rw-r--r--sys/boot/efi/loader/arch/arm/Makefile.inc2
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
OpenPOWER on IntegriCloud