diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 09:22:29 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 23:21:56 -0600 |
commit | 54a5070115eff38e9b324b78abdfa0b4520580b9 (patch) | |
tree | a183876e1c5028eaa7e85ce57005a9c3a3fb5f9b /cpu/mpc85xx/start.S | |
parent | 4d3521cc79cabc61edf12c48c0ce318d4efb712f (diff) | |
download | u-boot-imx-54a5070115eff38e9b324b78abdfa0b4520580b9.zip u-boot-imx-54a5070115eff38e9b324b78abdfa0b4520580b9.tar.gz u-boot-imx-54a5070115eff38e9b324b78abdfa0b4520580b9.tar.bz2 |
85xx: Remove old style of LAW init
All boards are now using the new fsl_law code so we can drop the old version.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'cpu/mpc85xx/start.S')
-rw-r--r-- | cpu/mpc85xx/start.S | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/cpu/mpc85xx/start.S b/cpu/mpc85xx/start.S index 346369c..2044722 100644 --- a/cpu/mpc85xx/start.S +++ b/cpu/mpc85xx/start.S @@ -201,24 +201,6 @@ _start_e500: lis r7,CFG_CCSRBAR@h ori r7,r7,CFG_CCSRBAR@l -#ifndef CONFIG_FSL_LAW - bl law_entry - mr r6,r0 - lwzu r5,0(r6) /* how many windows we actually use */ - mtctr r5 - - li r2,0x0c28 /* the first pair is reserved for */ - li r1,0x0c30 /* boot-over-rio-or-pci */ - -0: lwzu r4,4(r6) - lwzu r3,4(r6) - stwx r4,r7,r2 - stwx r3,r7,r1 - addi r2,r2,0x0020 - addi r1,r1,0x0020 - bdnz 0b -#endif - /* Clear and set up some registers. */ li r0,0 mtmsr r0 |