diff options
author | Becky Bruce <becky.bruce@freescale.com> | 2008-01-23 16:31:04 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2008-01-24 12:12:40 -0600 |
commit | 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3 (patch) | |
tree | e11c8f89c06d8740340b9d6e20060e7f0265b75c /cpu/mpc86xx/start.S | |
parent | 713d8186649dae874613d495b0cecaa039a98b30 (diff) | |
download | u-boot-imx-9cd32426f26a0567bb61f339edd83c6a2ce9bfc3.zip u-boot-imx-9cd32426f26a0567bb61f339edd83c6a2ce9bfc3.tar.gz u-boot-imx-9cd32426f26a0567bb61f339edd83c6a2ce9bfc3.tar.bz2 |
86xx: Remove old-style law setup code
This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Diffstat (limited to 'cpu/mpc86xx/start.S')
-rw-r--r-- | cpu/mpc86xx/start.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpu/mpc86xx/start.S b/cpu/mpc86xx/start.S index 8df27f7..f163521 100644 --- a/cpu/mpc86xx/start.S +++ b/cpu/mpc86xx/start.S @@ -283,11 +283,6 @@ in_flash: bl setup_ccsrbar #endif -#ifndef CONFIG_FSL_LAW - bl law_entry - sync -#endif - /* run low-level CPU init code (from Flash) */ bl cpu_init_f sync |