Fix the kernel ident for RPI2.

This commit is contained in:
Luiz Otavio O Souza 2015-05-02 20:41:49 +00:00
parent a7dc945989
commit f6c05535af

View File

@ -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"