Deleted Added
full compact
SHEEVAPLUG (289945) SHEEVAPLUG (294413)
1#
2# Custom kernel for Marvell SheevaPlug devices.
3#
1#
2# Custom kernel for Marvell SheevaPlug devices.
3#
4# $FreeBSD: head/sys/arm/conf/SHEEVAPLUG 289945 2015-10-25 22:00:56Z zbb $
4# $FreeBSD: head/sys/arm/conf/SHEEVAPLUG 294413 2016-01-20 11:57:11Z zbb $
5#
6#NO_UNIVERSE
7
8ident SHEEVAPLUG
9include "std.arm"
10include "../mv/kirkwood/std.db88f6xxx"
11
12options SOC_MV_KIRKWOOD

--- 64 unchanged lines hidden (view full) ---

77device umass
78device scbus
79device pass
80device da
81
82# NAND
83device nand
84
5#
6#NO_UNIVERSE
7
8ident SHEEVAPLUG
9include "std.arm"
10include "../mv/kirkwood/std.db88f6xxx"
11
12options SOC_MV_KIRKWOOD

--- 64 unchanged lines hidden (view full) ---

77device umass
78device scbus
79device pass
80device da
81
82# NAND
83device nand
84
85# GPIO
86device gpio
87
85# Flattened Device Tree
86options FDT # Configure using FDT/DTB data
87options FDT_DTB_STATIC
88makeoptions FDT_DTS_FILE=sheevaplug.dts
88# Flattened Device Tree
89options FDT # Configure using FDT/DTB data
90options FDT_DTB_STATIC
91makeoptions FDT_DTS_FILE=sheevaplug.dts