diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2021-07-09 17:12:39 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2021-07-09 17:21:40 +0000 |
commit | 9e3761d126c5c019d6c935e83989928eb1a0e76e (patch) | |
tree | d8b8e21624f248ae1cb9f49c625afb6b9867ddd3 /sys/arm/conf | |
parent | 72821668b039c276914569e9caa1cdfa4e4cb674 (diff) | |
download | src-9e3761d126c5c019d6c935e83989928eb1a0e76e.tar.gz src-9e3761d126c5c019d6c935e83989928eb1a0e76e.zip |
arm: remove fslsdma from GENERIC
The fslsdma device requires sdma_fw, but that's not included in
GENERIC. That firmware is not in the FreeBSD tree at the moment, but
could easily be.
The license for the firmware can be found in the linux firmware repo:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=3123d78e09d2f815de4d94aa35c07b3c0469c80e
and looks to be a BSD license + no reverse engineer.
We can add this back after the firmware is imported, made a port, or
whose automatic loading can be made to happen.
Reviewed by: imp (with ian finding the license)
PR: 237466
MFC after: 1 week
Diffstat (limited to 'sys/arm/conf')
-rw-r--r-- | sys/arm/conf/GENERIC | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/conf/GENERIC b/sys/arm/conf/GENERIC index 427f354d1f93..34876e285f8d 100644 --- a/sys/arm/conf/GENERIC +++ b/sys/arm/conf/GENERIC @@ -258,7 +258,6 @@ device ti_pruss device ti_mbox # DMA controller -device fslsdma device ti_sdma device a10_dmac device a31_dmac |