summaryrefslogtreecommitdiff
path: root/post/cpu/ppc4xx/fpu.c
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-07-11 17:48:09 -0500
committerKim Phillips <kim.phillips@freescale.com>2007-07-11 17:48:09 -0500
commit9e04033d47410f888459458d5f35a0933584d7c8 (patch)
tree07751c255514af48eff09c2382269d431c2056f9 /post/cpu/ppc4xx/fpu.c
parent0459e7d3a0a273064b738aa2e06fd7dcd35eec58 (diff)
parent4ef218f6fdf8d747f4589da5252b004e7d2c2876 (diff)
downloadu-boot-imx-9e04033d47410f888459458d5f35a0933584d7c8.zip
u-boot-imx-9e04033d47410f888459458d5f35a0933584d7c8.tar.gz
u-boot-imx-9e04033d47410f888459458d5f35a0933584d7c8.tar.bz2
Merge git://www.denx.de/git/u-boot
Diffstat (limited to 'post/cpu/ppc4xx/fpu.c')
-rw-r--r--post/cpu/ppc4xx/fpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/post/cpu/ppc4xx/fpu.c b/post/cpu/ppc4xx/fpu.c
index c2eb4a9..27e9ed0 100644
--- a/post/cpu/ppc4xx/fpu.c
+++ b/post/cpu/ppc4xx/fpu.c
@@ -37,7 +37,7 @@ int fpu_status(void)
{
if (mfspr(ccr0) & CCR0_DAPUIB)
return 0; /* Disabled */
- else
+ else
return 1; /* Enabled */
}