commit | 2ebe1434404617a37765729fdfa324043743cee5 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Wed Jul 06 16:39:51 2016 -0700 |
committer | Marek Vasut <marex@denx.de> | Thu Jul 07 13:34:10 2016 +0200 |
tree | ceabcbceaf3975c069d3bdf3f32c409e236954d2 | |
parent | ac9187278bff00e042b331276375043136928423 [diff] |
powerpc: mpc85xx: kmp204x: Fix compiling error for usb errata Commit 9262367 moves USB errata workaround into a C file. This causes compiling error for kmcoge4 and kmlion1. To enable the errata workaround, define CONFIG_USB_EHCI_FSL in common header. Signed-off-by: York Sun <york.sun@nxp.com> Cc: Marek Vasut <marex@denx.de> Cc: Ed Swarthout <Ed.Swarthout@nxp.com> Cc: Sriram Dash <sriram.dash@nxp.com> Fixes: 92623672f9d3 ("fsl: usb: make errata function common for PPC and ARM")