From f6c05535af3d31fe2c3faae4fd6951d14aa85be3 Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Sat, 2 May 2015 20:41:49 +0000 Subject: [PATCH] Fix the kernel ident for RPI2. --- sys/arm/conf/RPI2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arm/conf/RPI2 b/sys/arm/conf/RPI2 index 18d97d7ae21d..5383601caa4d 100644 --- a/sys/arm/conf/RPI2 +++ b/sys/arm/conf/RPI2 @@ -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"