Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2012 04:10:32 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r242061 - head/sys/arm/conf
Message-ID:  <201210250410.q9P4AWNB069248@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kientzle
Date: Thu Oct 25 04:10:32 2012
New Revision: 242061
URL: http://svn.freebsd.org/changeset/base/242061

Log:
  Support boot loaders in the standard kernel.

Modified:
  head/sys/arm/conf/RPI-B

Modified: head/sys/arm/conf/RPI-B
==============================================================================
--- head/sys/arm/conf/RPI-B	Thu Oct 25 04:08:26 2012	(r242060)
+++ head/sys/arm/conf/RPI-B	Thu Oct 25 04:10:32 2012	(r242061)
@@ -30,6 +30,8 @@ options 	KERNPHYSADDR=0x00100000
 makeoptions	KERNPHYSADDR=0x00100000
 options 	PHYSADDR=0x00000000
 options 	STARTUP_PAGETABLE_ADDR=0x01000000
+options		FREEBSD_BOOT_LOADER
+options		LINUX_BOOT_ABI
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 options 	HZ=100



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