summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-08-16 13:36:44 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-08-16 13:36:44 +0200
commit51b02b17852e2232f62d90c13df4391ee2e375aa (patch)
tree50b8f186b0d3057e0862ba75e2af2fa194a1ca10
parent6235beb77305e42e30a9a44448bcba2178c57cbd (diff)
apalis-tk1: linux-toradex: load module xhci-hcd on boot
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex_3.10.40.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex_3.10.40.bb b/recipes-kernel/linux/linux-toradex_3.10.40.bb
index 21bdf74..3b9e050 100644
--- a/recipes-kernel/linux/linux-toradex_3.10.40.bb
+++ b/recipes-kernel/linux/linux-toradex_3.10.40.bb
@@ -22,6 +22,8 @@ SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRAN
COMPATIBLE_MACHINE = "apalis-tk1"
+KERNEL_MODULE_AUTOLOAD += "xhci-hcd"
+
# since thud modules no longer load without this
# [ 9.302483] apalis_tk1_k20: Unknown symbol _GLOBAL_OFFSET_TABLE_ (err 0)
KERNEL_EXTRA_ARGS_append = "CFLAGS_MODULE=-fno-pic"