Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2014 01:37:29 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262353 - head/sys/arm/conf
Message-ID:  <201402230137.s1N1bT1K056634@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Sun Feb 23 01:37:29 2014
New Revision: 262353
URL: http://svnweb.freebsd.org/changeset/base/262353

Log:
  Add the FREEBSD_BOOT_LOADER option so that a loaded DTB passed in from
  ubldr will actually get used.

Modified:
  head/sys/arm/conf/WANDBOARD.common

Modified: head/sys/arm/conf/WANDBOARD.common
==============================================================================
--- head/sys/arm/conf/WANDBOARD.common	Sun Feb 23 01:34:40 2014	(r262352)
+++ head/sys/arm/conf/WANDBOARD.common	Sun Feb 23 01:37:29 2014	(r262353)
@@ -153,3 +153,5 @@ device  	mmcsd		# SDCard disk device
 
 device  	ffec		# Freescale Fast Ethernet Controller
 
+options  	FREEBSD_BOOT_LOADER	# Process metadata passed from loader(8)
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402230137.s1N1bT1K056634>