aboutsummaryrefslogtreecommitdiff
path: root/stand/usb
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-01-04 22:24:23 +0000
committerWarner Losh <imp@FreeBSD.org>2022-01-04 23:01:14 +0000
commit44796b7e822e18b0f4bafac3ca85864b232cccc4 (patch)
tree099de36a43be13cd637e11ce89903b33dfe44f1a /stand/usb
parent822fa6758b88285d7f7701a801670adf256aebae (diff)
downloadsrc-44796b7e822e18b0f4bafac3ca85864b232cccc4.tar.gz
src-44796b7e822e18b0f4bafac3ca85864b232cccc4.zip
Diffstat (limited to 'stand/usb')
-rw-r--r--stand/usb/usbcore.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/stand/usb/usbcore.mk b/stand/usb/usbcore.mk
index 7e0cc989228b..ae80d06a24e7 100644
--- a/stand/usb/usbcore.mk
+++ b/stand/usb/usbcore.mk
@@ -126,14 +126,6 @@ CFLAGS += -DUSB_PCI_PROBE_LIST="\"uss820dci\""
KSRCS+= uss820dci.c
.endif
-.if defined(HAVE_SAF1761OTG)
-CFLAGS += -DUSB_PCI_PROBE_LIST="\"saf1761otg\""
-CFLAGS += -DUSB_PCI_MEMORY_ADDRESS=0x900000007f100000ULL
-CFLAGS += -DUSB_PCI_MEMORY_SIZE=0x40000U
-KSRCS+= saf1761_otg.c
-KSRCS+= saf1761_otg_boot.c
-.endif
-
#
# USB core and templates
#