From: wdenk Date: Thu, 12 Oct 2000 00:25:03 +0000 (+0000) Subject: Bug fix (thanks to Conn Clark) X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=93b7210560ec3c6343f21be853cc3ee46b9be78c;p=users%2Frw%2Fppcboot.git Bug fix (thanks to Conn Clark) --- diff --git a/mpc8xx/start.S b/mpc8xx/start.S index 4a86be9..0a48328 100644 --- a/mpc8xx/start.S +++ b/mpc8xx/start.S @@ -176,7 +176,7 @@ in_flash: /* Set up debug mode entry */ - li r2, CFG_DER@h + lis r2, CFG_DER@h ori r2, r2, CFG_DER@l mtspr DER, r2