summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBartlomiej Sieka <tur@semihalf.com>2006-08-22 10:38:18 +0200
committerBartlomiej Sieka <tur@semihalf.com>2006-08-22 10:38:18 +0200
commitddde6b7cf8341a15ad46551dc611488e9a3f36e6 (patch)
treec2c0adc8236516de0fbcff26403da04e84c0601e /include
parent6d3bc9b8cfd5d60708f95ded007cda7bc29ac089 (diff)
downloadbarebox-ddde6b7cf8341a15ad46551dc611488e9a3f36e6.tar.gz
barebox-ddde6b7cf8341a15ad46551dc611488e9a3f36e6.tar.xz
Add a fix for a buggy USB device on the FO300 board.
Diffstat (limited to 'include')
-rw-r--r--include/configs/TQM5200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h
index f157d42fce..89ec1bf7a9 100644
--- a/include/configs/TQM5200.h
+++ b/include/configs/TQM5200.h
@@ -63,7 +63,7 @@
#define CFG_DEVICE_NULLDEV 1 /* enable null device */
#define CONFIG_SILENT_CONSOLE 1 /* enable silent startup */
#define CONFIG_BOARD_EARLY_INIT_F 1 /* used to detect S1 switch position */
-
+#define CONFIG_USB_BIN_FIXUP 1 /* for a buggy USB device */
#if 0
#define FO300_SILENT_CONSOLE_WHEN_S1_CLOSED 1 /* silent console on PSC1 when S1 */
/* switch is closed */