diff options
author | ian <ian@FreeBSD.org> | 2014-03-09 21:12:31 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2014-03-09 21:12:31 +0000 |
commit | ab495f6c9b034c2f3f40db2e5c237afe71598846 (patch) | |
tree | 4bbce15618b3dff2ffc3009f48d735b611e461ac /sys/conf/Makefile.arm | |
parent | 5325036e28f5a02667b2b4d1afcc3fea08a45642 (diff) | |
download | FreeBSD-src-ab495f6c9b034c2f3f40db2e5c237afe71598846.zip FreeBSD-src-ab495f6c9b034c2f3f40db2e5c237afe71598846.tar.gz |
Remove all traces of support for ARM chips prior to the arm9 series. We
never actually ran on these chips (other than using SA1 support in an
emulator to do the early porting to FreeBSD long long ago). The clutter
and complexity of some of this code keeps getting in the way of other
maintenance, so it's time to go.
Diffstat (limited to 'sys/conf/Makefile.arm')
-rw-r--r-- | sys/conf/Makefile.arm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index 95184f3..82b39f8 100644 --- a/sys/conf/Makefile.arm +++ b/sys/conf/Makefile.arm @@ -72,9 +72,9 @@ SYSTEM_LD_TAIL +=;sed s/" + SIZEOF_HEADERS"// ldscript.$M\ SYSTEM_LD_TAIL += ;sh ${S}/tools/embed_mfs.sh ${KERNEL_KO}.bin ${MFS_IMAGE}; .endif -FILES_CPU_FUNC = $S/$M/$M/cpufunc_asm_arm7tdmi.S \ - $S/$M/$M/cpufunc_asm_arm8.S $S/$M/$M/cpufunc_asm_arm9.S \ - $S/$M/$M/cpufunc_asm_sa1.S $S/$M/$M/cpufunc_asm_arm10.S \ +FILES_CPU_FUNC = \ + $S/$M/$M/cpufunc_asm_arm9.S \ + $S/$M/$M/cpufunc_asm_arm10.S \ $S/$M/$M/cpufunc_asm_xscale.S $S/$M/$M/cpufunc_asm.S \ $S/$M/$M/cpufunc_asm_xscale_c3.S $S/$M/$M/cpufunc_asm_armv5_ec.S \ $S/$M/$M/cpufunc_asm_fa526.S $S/$M/$M/cpufunc_asm_sheeva.S \ |