diff options
author | Warner Losh <imp@FreeBSD.org> | 2018-07-27 18:33:09 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2018-07-27 18:33:09 +0000 |
commit | 626930c2fd8a38debee0ea281da565f36ee15053 (patch) | |
tree | ff4f59271a5d1bd0cc5cb4efb6f814e9769f9849 /share/man/man4/man4.arm/Makefile | |
parent | fb3f4b754943fd015272f4f40b134d0c17f522a5 (diff) |
Remove xscale support
The OLD XSCALE stuff hasn't been useful in a while. The original
committer (cognet@) was the only one that had boards for it. He's
blessed this removal. Newer XSCALE (GUMSTIX) is for hardware that's
quite old. After discussion on arm@, it was clear there was no support
for keeping it.
Differential Review: https://reviews.freebsd.org/D16313
Notes
Notes:
svn path=/head/; revision=336773
Diffstat (limited to 'share/man/man4/man4.arm/Makefile')
-rw-r--r-- | share/man/man4/man4.arm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/man/man4/man4.arm/Makefile b/share/man/man4/man4.arm/Makefile index a2dbbef765b8..bb79fbdc21f7 100644 --- a/share/man/man4/man4.arm/Makefile +++ b/share/man/man4/man4.arm/Makefile @@ -16,7 +16,6 @@ MAN= \ imx6_snvs.4 \ imx_wdog.4 \ mge.4 \ - npe.4 \ ti_adc.4 MLINKS= cgem.4 if_cgem.4 |