Kill old armv4 busdma
Move to having one busdma option for arm: the armv6/v7 one. Kill now-unused option ARM_USE_V6_BUSDMA too. Fixup files.arm to match rename.
This commit is contained in:
parent
bec4bad9e0
commit
885303a86b
File diff suppressed because it is too large
Load Diff
@ -9,8 +9,7 @@ arm/arm/blockio.S standard
|
||||
arm/arm/bus_space_asm_generic.S standard
|
||||
arm/arm/bus_space_base.c optional fdt
|
||||
arm/arm/bus_space_generic.c standard
|
||||
arm/arm/busdma_machdep-v4.c optional !armv7 !armv6 !ARM_USE_V6_BUSDMA
|
||||
arm/arm/busdma_machdep-v6.c optional armv7 | armv6 | ARM_USE_V6_BUSDMA
|
||||
arm/arm/busdma_machdep.c standard
|
||||
arm/arm/copystr.S standard
|
||||
arm/arm/cpufunc.c standard
|
||||
arm/arm/cpufunc_asm.S standard
|
||||
|
@ -5,7 +5,6 @@ ARM_CACHE_LOCK_ENABLE opt_global.h
|
||||
ARM_KERN_DIRECTMAP opt_vm.h
|
||||
ARM_L2_PIPT opt_global.h
|
||||
ARM_MANY_BOARD opt_global.h
|
||||
ARM_USE_V6_BUSDMA opt_global.h
|
||||
ARM_WANT_TP_ADDRESS opt_global.h
|
||||
COUNTS_PER_SEC opt_timer.h
|
||||
CPSW_ETHERSWITCH opt_cpsw.h
|
||||
|
Loading…
Reference in New Issue
Block a user