svn commit: r285138 - head/sys/boot/arm/uboot

Luiz Otavio O Souza loos at FreeBSD.org
Sat Jul 4 16:19:39 UTC 2015


Author: loos
Date: Sat Jul  4 16:19:38 2015
New Revision: 285138
URL: https://svnweb.freebsd.org/changeset/base/285138

Log:
  Install loader.rc with ARM u-boot loader (ubldr).
  
  loader.rc is the responsible to read and process loader.conf variables.
  
  This fix the issue of loader.conf being silently ignored.
  
  MFC after:	3 days

Modified:
  head/sys/boot/arm/uboot/Makefile

Modified: head/sys/boot/arm/uboot/Makefile
==============================================================================
--- head/sys/boot/arm/uboot/Makefile	Sat Jul  4 15:56:59 2015	(r285137)
+++ head/sys/boot/arm/uboot/Makefile	Sat Jul  4 16:19:38 2015	(r285138)
@@ -149,10 +149,9 @@ CLEANFILES+=	ldscript.abs ldscript.pie u
 .PATH: ${.CURDIR}/../../forth
 .include	"${.CURDIR}/../../forth/Makefile.inc"
 
-# Put sample loader.rc and menu.rc on disk but don't enable them
-# by default.
+# Install loader.rc.
 FILES+=	loader.rc
-FILESNAME_loader.rc=	loader.rc.sample
+# Put sample menu.rc on disk but don't enable it by default.
 FILES+=	menu.rc
 FILESNAME_menu.rc=	menu.rc.sample
 .endif


More information about the svn-src-head mailing list