svn commit: r282356 - head/sys/arm/conf

Luiz Otavio O Souza loos at FreeBSD.org
Sat May 2 20:41:50 UTC 2015


Author: loos
Date: Sat May  2 20:41:49 2015
New Revision: 282356
URL: https://svnweb.freebsd.org/changeset/base/282356

Log:
  Fix the kernel ident for RPI2.

Modified:
  head/sys/arm/conf/RPI2

Modified: head/sys/arm/conf/RPI2
==============================================================================
--- head/sys/arm/conf/RPI2	Sat May  2 20:37:40 2015	(r282355)
+++ head/sys/arm/conf/RPI2	Sat May  2 20:41:49 2015	(r282356)
@@ -1,5 +1,5 @@
 #
-# RPI-B -- Custom configuration for the Raspberry Pi
+# RPI2 -- Custom configuration for the Raspberry Pi 2
 #
 # For more information on this file, please read the config(5) manual page,
 # and/or the handbook section on Kernel Configuration Files:
@@ -18,7 +18,7 @@
 #
 # $FreeBSD$
 
-ident		RPI-B
+ident		RPI2
 
 include		"../broadcom/bcm2835/std.rpi"
 include		"../broadcom/bcm2835/std.bcm2836"


More information about the svn-src-head mailing list