- Move files selected in files.smp to files.aml8726 and remove it.
- Remove a redundant file from files.aml8726
This commit is contained in:
parent
3aeabd0bf1
commit
e190d42231
@ -4,12 +4,13 @@ kern/kern_clocksource.c standard
|
||||
|
||||
arm/arm/bus_space_base.c standard
|
||||
arm/arm/bus_space_generic.c standard
|
||||
arm/arm/bus_space_asm_generic.S standard
|
||||
|
||||
arm/arm/gic.c standard
|
||||
arm/arm/pl310.c standard
|
||||
arm/amlogic/aml8726/aml8726_l2cache.c standard
|
||||
|
||||
arm/amlogic/aml8726/aml8726_machdep.c standard
|
||||
arm/amlogic/aml8726/aml8726_mp.c optional smp
|
||||
arm/amlogic/aml8726/aml8726_identsoc.c standard
|
||||
arm/amlogic/aml8726/aml8726_ccm.c standard
|
||||
arm/amlogic/aml8726/aml8726_clkmsr.c standard
|
||||
|
@ -1,4 +0,0 @@
|
||||
#$FreeBSD$
|
||||
|
||||
arm/arm/gic.c standard
|
||||
arm/amlogic/aml8726/aml8726_mp.c standard
|
@ -5,7 +5,6 @@ include "../amlogic/aml8726/std.aml8726"
|
||||
makeoptions FDT_DTS_FILE=odroidc1.dts
|
||||
|
||||
options SMP # Enable multiple cores
|
||||
files "../amlogic/aml8726/files.smp"
|
||||
|
||||
# Physical memory starts at 0x00000000. We assume the kernel is loaded
|
||||
# at 0x00100000 by u-boot (which doesn't support ubldr since it's missing
|
||||
|
@ -5,7 +5,6 @@ include "../amlogic/aml8726/std.aml8726"
|
||||
makeoptions FDT_DTS_FILE=vsatv102-m6.dts
|
||||
|
||||
options SMP # Enable multiple cores
|
||||
files "../amlogic/aml8726/files.smp"
|
||||
|
||||
# Physical memory starts at 0x80000000. We assume the kernel is loaded
|
||||
# at 0x80100000 by u-boot (which doesn't support ubldr since it's missing
|
||||
|
Loading…
Reference in New Issue
Block a user