Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2015 20:41:50 +0000 (UTC)
From:      Luiz Otavio O Souza <loos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282356 - head/sys/arm/conf
Message-ID:  <201505022041.t42KfoqU087266@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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