summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-xlnx_3.14.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-xlnx_3.14.bb b/recipes-kernel/linux/linux-xlnx_3.14.bb
index 4a31ccff..1f8ddd15 100644
--- a/recipes-kernel/linux/linux-xlnx_3.14.bb
+++ b/recipes-kernel/linux/linux-xlnx_3.14.bb
@@ -11,3 +11,6 @@ SRC_URI_append += " \
11 file://tty-xuartps-Fix-RX-hang-and-TX-corruption-in-set_termios.patch \ 11 file://tty-xuartps-Fix-RX-hang-and-TX-corruption-in-set_termios.patch \
12 " 12 "
13 13
14# This kernel's Zynq USB driver cannot handle a seperate USB PHY device.
15KERNEL_FEATURES_append_zynq += "bsp/xilinx/disable-usb-phy.scc"
16