From 3c2b3d454daa6024cc20d166b2f50efde169c7fe Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 5 Apr 2005 23:32:21 +0000 Subject: * Patch by Ladislav Michl, 05 Apr 2005: Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup. --- cpu/mpc8220/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/mpc8220/start.S') diff --git a/cpu/mpc8220/start.S b/cpu/mpc8220/start.S index c5d2388..5233202 100644 --- a/cpu/mpc8220/start.S +++ b/cpu/mpc8220/start.S @@ -111,7 +111,7 @@ boot_warm: /* MBAR is mirrored into the MBAR SPR */ mtspr MBAR,r3 - mtspr SPRN_SPRG7W,r3 + mtspr SPRN_SPRG7W,r3 lis r4, CFG_DEFAULT_MBAR@h stw r3, 0(r4) #endif /* CFG_DEFAULT_MBAR */ -- cgit v1.1