diff options
author | wdenk <wdenk> | 2002-11-03 17:56:27 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2002-11-03 17:56:27 +0000 |
commit | 24ee89b97a49826ea800b4a6c0d5c0769328e317 (patch) | |
tree | 82805272a9e85958f93167e10a5c08c886679cb9 /board/csb226/csb226.c | |
parent | de180e6daa529dc78668c99bdf17a9cdd440782d (diff) | |
download | u-boot-imx-24ee89b97a49826ea800b4a6c0d5c0769328e317.zip u-boot-imx-24ee89b97a49826ea800b4a6c0d5c0769328e317.tar.gz u-boot-imx-24ee89b97a49826ea800b4a6c0d5c0769328e317.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/csb226/csb226.c b/board/csb226/csb226.c index 1335fd7..1ed4034 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; |