summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-09-17 22:48:07 +0000
committerwdenk <wdenk>2003-09-17 22:48:07 +0000
commitb0639ca33214eedeb026ce45ad1871d477cdbfb8 (patch)
treeb8c96fee7fe8e55004c2141d1a0a31ded7b3f8f5 /cpu
parentf54ebdfa28a3c384cb4904f75f8228f3c6d748c5 (diff)
downloadblackbird-obmc-uboot-b0639ca33214eedeb026ce45ad1871d477cdbfb8.tar.gz
blackbird-obmc-uboot-b0639ca33214eedeb026ce45ad1871d477cdbfb8.zip
Support new configuration of TRAB board with more memory
Minor cleanup of comments
Diffstat (limited to 'cpu')
-rw-r--r--cpu/arm720t/start.S3
-rw-r--r--cpu/arm920t/start.S3
-rw-r--r--cpu/arm920t/usb_ohci.c2
-rw-r--r--cpu/arm925t/start.S3
-rw-r--r--cpu/arm926ejs/start.S3
-rw-r--r--cpu/at91rm9200/start.S3
-rw-r--r--cpu/pxa/start.S3
-rw-r--r--cpu/sa1100/start.S3
8 files changed, 1 insertions, 22 deletions
diff --git a/cpu/arm720t/start.S b/cpu/arm720t/start.S
index 2ca91d23da..fdedc915fb 100644
--- a/cpu/arm720t/start.S
+++ b/cpu/arm720t/start.S
@@ -71,9 +71,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/start.S b/cpu/arm920t/start.S
index 9f53b87048..17c5f86bc3 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 55af0348dc..8d3901ba19 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
diff --git a/cpu/arm925t/start.S b/cpu/arm925t/start.S
index e8353f2a64..6dd3012055 100644
--- a/cpu/arm925t/start.S
+++ b/cpu/arm925t/start.S
@@ -81,9 +81,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/arm926ejs/start.S b/cpu/arm926ejs/start.S
index 08b2bbcb21..dd26a6bf09 100644
--- a/cpu/arm926ejs/start.S
+++ b/cpu/arm926ejs/start.S
@@ -90,9 +90,6 @@ _fiq:
*************************************************************************
*/
-/*
- * CFG_MEM_END is in the board dependent config-file (configs/config_BOARD.h)
- */
_TEXT_BASE:
.word TEXT_BASE
diff --git a/cpu/at91rm9200/start.S b/cpu/at91rm9200/start.S
index e955d43882..9fa1461d2d 100644
--- a/cpu/at91rm9200/start.S
+++ b/cpu/at91rm9200/start.S
@@ -71,9 +71,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/pxa/start.S b/cpu/pxa/start.S
index c2b75da836..a425449265 100644
--- a/cpu/pxa/start.S
+++ b/cpu/pxa/start.S
@@ -61,9 +61,6 @@ _fiq: .word fiq
* - jump to second stage
*/
-/*
- * CFG_MEM_END is in the board dependent config-file (configs/config_BOARD.h)
- */
_TEXT_BASE:
.word TEXT_BASE
diff --git a/cpu/sa1100/start.S b/cpu/sa1100/start.S
index 82f094ae05..6b4c948913 100644
--- a/cpu/sa1100/start.S
+++ b/cpu/sa1100/start.S
@@ -73,9 +73,6 @@ _fiq: .word fiq
*************************************************************************
*/
-/*
- * CFG_MEM_END is in the board dependent config-file (configs/config_BOARD.h)
- */
_TEXT_BASE:
.word TEXT_BASE
OpenPOWER on IntegriCloud