From beb1e084a6bdde7e22fb40876e0bf4b02ea42f6f Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Mon, 2 Dec 2019 14:34:59 +0100 Subject: [PATCH] base: add imx8 evk usb driver to platform config Issue #3571 --- repos/base/run/platform_drv.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/base/run/platform_drv.inc b/repos/base/run/platform_drv.inc index fda7a0062..06a0a3cbf 100644 --- a/repos/base/run/platform_drv.inc +++ b/repos/base/run/platform_drv.inc @@ -38,6 +38,7 @@ proc usb_host_drv_binary { } { if {[have_spec panda]} { return panda_usb_host_drv } if {[have_spec rpi]} { return rpi_usb_host_drv } if {[have_spec imx6q_sabrelite]} { return imx6q_sabrelite_usb_host_drv } + if {[have_spec imx8q_evk]} { return imx8q_evk_usb_host_drv } if {[have_spec odroid_x2]} { return odroid_x2_usb_host_drv } if {[have_spec x86]} { return x86_pc_usb_host_drv } return no_usb_drv_available