summaryrefslogtreecommitdiff
path: root/board/csb226/csb226.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2002-11-03 17:56:27 +0000
committerwdenk <wdenk>2002-11-03 17:56:27 +0000
commit24ee89b97a49826ea800b4a6c0d5c0769328e317 (patch)
tree82805272a9e85958f93167e10a5c08c886679cb9 /board/csb226/csb226.c
parentde180e6daa529dc78668c99bdf17a9cdd440782d (diff)
* Fix mdelay() on TRAB - this was still the debugging version with
seconds instead of ms. * Patch by Robert Schwebel, 1 Nov 2002: XScale related cleanup (affects all ARM boards) * Cleanup of names, warnings, and README.
Diffstat (limited to 'board/csb226/csb226.c')
-rw-r--r--board/csb226/csb226.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/csb226/csb226.c b/board/csb226/csb226.c
index 1335fd77b..1ed403464 100644
--- a/board/csb226/csb226.c
+++ b/board/csb226/csb226.c
@@ -40,7 +40,7 @@ int board_init (void)
/* so we do _nothing_ here */
/* arch number of CSB226 board */
- gd->bd->bi_arch_number = 0; /* FIXME */
+ gd->bd->bi_arch_number = 216;
/* adress of boot parameters */
gd->bd->bi_boot_params = 0xa0000100;