From b0639ca33214eedeb026ce45ad1871d477cdbfb8 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 17 Sep 2003 22:48:07 +0000 Subject: Support new configuration of TRAB board with more memory Minor cleanup of comments --- cpu/arm920t/start.S | 3 --- cpu/arm920t/usb_ohci.c | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'cpu/arm920t') diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S index 9f53b87..17c5f86 100644 --- a/cpu/arm920t/start.S +++ b/cpu/arm920t/start.S @@ -72,9 +72,6 @@ _fiq: .word fiq ************************************************************************* */ -/* - * CFG_MEM_END is in the board dependent config-file (configs/config_BOARD.h) - */ _TEXT_BASE: .word TEXT_BASE diff --git a/cpu/arm920t/usb_ohci.c b/cpu/arm920t/usb_ohci.c index 55af034..8d3901b 100644 --- a/cpu/arm920t/usb_ohci.c +++ b/cpu/arm920t/usb_ohci.c @@ -1199,7 +1199,7 @@ int submit_common_msg(struct usb_device *dev, unsigned long pipe, void *buffer, /* ohci_dump_status(&gohci); */ /* allow more time for a BULK device to react - some are slow */ -#define BULK_TO 2000 /* timeout in milliseconds */ +#define BULK_TO 5000 /* timeout in milliseconds */ if (usb_pipetype (pipe) == PIPE_BULK) timeout = BULK_TO; else -- cgit v1.1