diff options
author | Markus Klotzbücher <Markus Klotzbümk@pollux.denx.de> | 2006-03-04 18:35:51 +0100 |
---|---|---|
committer | Markus Klotzbücher <mk@pollux.denx.de> | 2006-03-04 18:35:51 +0100 |
commit | bf7cac033b27589c7de71a5f37f0c8e872ad489a (patch) | |
tree | 3659e523f106b6484b81681dd2a22d5df4ed5b1f /cpu/pxa | |
parent | f8785e96c9f7249328b267d4c82e2218748e3729 (diff) | |
download | u-boot-imx-bf7cac033b27589c7de71a5f37f0c8e872ad489a.zip u-boot-imx-bf7cac033b27589c7de71a5f37f0c8e872ad489a.tar.gz u-boot-imx-bf7cac033b27589c7de71a5f37f0c8e872ad489a.tar.bz2 |
Lots of new stuff:
* Debug message can be turned on and off.
* Waiting for events now times out.
* Implemented RESET command.
* Added appropriate nand_bbt_descriptor and nand_oobinfo.
Remaining Problems:
* Read Status still behaves weird an returns invalid stuff sometimes.
* ECC Placement does not respect our scheme in nand_oobinfo.
Diffstat (limited to 'cpu/pxa')
-rw-r--r-- | cpu/pxa/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/pxa/start.S b/cpu/pxa/start.S index 159447e..0eb811f 100644 --- a/cpu/pxa/start.S +++ b/cpu/pxa/start.S @@ -189,7 +189,7 @@ cpuspeed: .word CFG_CPUSPEED #else #error "You have to define CFG_CPUSPEED!!" #endif - + /* takes care the CP15 update has taken place */ .macro CPWAIT reg |