Remove pl310.c from the SoC std.* files, it's in files.arm

Sponsored by:	ABT Systems Ltd
This commit is contained in:
Andrew Turner 2015-11-20 16:43:21 +00:00
parent c92ef78663
commit 09f449399b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291104
6 changed files with 6 additions and 3 deletions

View file

@ -5,7 +5,6 @@ kern/kern_clocksource.c standard
arm/arm/bus_space_base.c standard
arm/arm/bus_space_generic.c standard
arm/arm/pl310.c standard
arm/amlogic/aml8726/aml8726_l2cache.c standard
arm/amlogic/aml8726/aml8726_machdep.c standard

View file

@ -61,6 +61,8 @@ device mmcsd # mmc/sd flash cards
# Boot device is 2nd slice on MMC/SD card
options ROOTDEVNAME=\"ufs:mmcsd0s2\"
device pl310 # PL310 L2 cache controller
# GPIO
device gpio
device gpioled

View file

@ -62,6 +62,8 @@ options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
# Interrupt controller
device gic
# Cache controller
device pl310 # PL310 L2 cache controller
# Pseudo devices.
device loop # Network loopback

View file

@ -52,6 +52,8 @@ options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
# Interrupt controller
device gic
# Cache controller
device pl310 # PL310 L2 cache controller
device loop
device random

View file

@ -10,7 +10,6 @@ kern/kern_clocksource.c standard
#
# Standard imx6 devices and support.
#
arm/arm/pl310.c standard
arm/arm/bus_space_base.c standard
arm/arm/mpcore_timer.c standard
arm/freescale/fsl_ocotp.c standard

View file

@ -10,7 +10,6 @@ arm/arm/bus_space_generic.c standard
arm/arm/bus_space_asm_generic.S standard
arm/arm/mpcore_timer.c standard
arm/arm/pl310.c standard
arm/xilinx/zy7_machdep.c standard
arm/xilinx/zy7_l2cache.c standard