svn commit: r281435 - head/sys/boot/efi/loader/arch/arm

Andrew Turner andrew at FreeBSD.org
Sat Apr 11 11:00:54 UTC 2015


Author: andrew
Date: Sat Apr 11 11:00:53 2015
New Revision: 281435
URL: https://svnweb.freebsd.org/changeset/base/281435

Log:
  Add fdt support to the arm loader.efi

Modified:
  head/sys/boot/efi/loader/arch/arm/Makefile.inc

Modified: head/sys/boot/efi/loader/arch/arm/Makefile.inc
==============================================================================
--- head/sys/boot/efi/loader/arch/arm/Makefile.inc	Sat Apr 11 10:36:48 2015	(r281434)
+++ head/sys/boot/efi/loader/arch/arm/Makefile.inc	Sat Apr 11 11:00:53 2015	(r281435)
@@ -2,3 +2,5 @@
 
 SRCS+=	exec.c \
 	start.S
+
+LOADER_FDT_SUPPORT=yes


More information about the svn-src-all mailing list