1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-01 17:00:36 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282356

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"