Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2010 21:30:25 GMT
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 175746 for review
Message-ID:  <201003162130.o2GLUPIx098522@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=175746

Change 175746 by raj@raj_fdt on 2010/03/16 21:29:49

	Enable statically embedded DTB on SheevaPlug.

Affected files ...

.. //depot/projects/fdt/sys/arm/conf/SHEEVAPLUG#3 edit

Differences ...

==== //depot/projects/fdt/sys/arm/conf/SHEEVAPLUG#3 (text+ko) ====

@@ -13,7 +13,6 @@
 #makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 makeoptions	WERROR="-Werror"
 
-options 	FDT			#Flattened Device Tree
 options 	SCHED_4BSD		#4BSD scheduler
 options 	INET			#InterNETworking
 options 	INET6			#IPv6 communications protocols
@@ -69,3 +68,7 @@
 device		pass
 device		da
 
+# Flattened Device Tree
+options 	FDT
+options		FDT_DTB_STATIC
+makeoptions	FDT_DTS_FILE=sheevaplug.dts



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