summaryrefslogtreecommitdiffstats
path: root/cpu/mpc85xx
diff options
context:
space:
mode:
authorLunsheng Wang <lunsheng@sohu.com>2005-07-29 10:20:29 -0500
committerJon Loeliger <jdl@freescale.com>2005-07-29 10:20:29 -0500
commitb0e32949239c7870d409ca687a2dfc1261a3d838 (patch)
treeca388e33fad2066128d6d34ceb54eeeb07a71710 /cpu/mpc85xx
parenta720fd99b614ba36293565771bcd19799bc53959 (diff)
downloadblackbird-obmc-uboot-b0e32949239c7870d409ca687a2dfc1261a3d838.tar.gz
blackbird-obmc-uboot-b0e32949239c7870d409ca687a2dfc1261a3d838.zip
* Patch by Ron Alder, 11 July 2005
Add Xianghua Xiao and Lunsheng Wang's support for the GDA MPC8540 EVAL board.
Diffstat (limited to 'cpu/mpc85xx')
-rw-r--r--cpu/mpc85xx/start.S8
1 files changed, 5 insertions, 3 deletions
diff --git a/cpu/mpc85xx/start.S b/cpu/mpc85xx/start.S
index dd8189931a..fc869a3389 100644
--- a/cpu/mpc85xx/start.S
+++ b/cpu/mpc85xx/start.S
@@ -155,11 +155,13 @@ _start_e500:
mtspr MCSR,r0
mtspr DEAR,r0
- mtspr DBCR0,r0
+ /* not needed and conflicts with some debuggers */
+ /* mtspr DBCR0,r0 */
mtspr DBCR1,r0
mtspr DBCR2,r0
- mtspr IAC1,r0
- mtspr IAC2,r0
+ /* not needed and conflicts with some debuggers */
+ /* mtspr IAC1,r0 */
+ /* mtspr IAC2,r0 */
mtspr DAC1,r0
mtspr DAC2,r0
OpenPOWER on IntegriCloud