commit | f4688a2edea7a07b9e565a1349a1509c2ad9a23c | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Wed May 28 08:06:31 2003 +0000 |
committer | wdenk <wdenk> | Wed May 28 08:06:31 2003 +0000 |
tree | 346fafd730e6ec3b9fb134d025257552ecdd7d69 | |
parent | 6f770ed3e1d8b03bb7bdbf276954fbb472b4f18b [diff] |
* Fix data abort exception handling for arm920t CPU * Fix alignment problems with flash driver for TRAB board * Patch by Donald White, 21 May 2003: fix calculation of base address in pci_hose_config_device() * Fix bug in command line parsing: "cmd1;cmd2" is supposed to always execute "cmd2", even if "cmd1" fails. Note that this is different to "run var1 var2" where the contents of "var2" will NOT be executed when a command in "var1" fails.