Move including std.bcm2835 to the RPI-B kernel config. The std.rpi file
will be shared between the existing Raspberry Pi config, and the new Raspberry Pi 2 config. MFC after: 1 week
This commit is contained in:
parent
e34ea5ab91
commit
69b5a53167
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
include "../broadcom/bcm2835/std.bcm2835"
|
||||
|
||||
options KERNVIRTADDR=0xc0100000
|
||||
makeoptions KERNVIRTADDR=0xc0100000
|
||||
options KERNPHYSADDR=0x00100000
|
||||
|
@ -21,6 +21,7 @@
|
||||
ident RPI-B
|
||||
|
||||
include "../broadcom/bcm2835/std.rpi"
|
||||
include "../broadcom/bcm2835/std.bcm2835"
|
||||
|
||||
options HZ=100
|
||||
options SCHED_4BSD # 4BSD scheduler
|
||||
|
Loading…
x
Reference in New Issue
Block a user