diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2007-07-11 17:48:09 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2007-07-11 17:48:09 -0500 |
commit | 9e04033d47410f888459458d5f35a0933584d7c8 (patch) | |
tree | 07751c255514af48eff09c2382269d431c2056f9 /post/cpu/ppc4xx/fpu.c | |
parent | 0459e7d3a0a273064b738aa2e06fd7dcd35eec58 (diff) | |
parent | 4ef218f6fdf8d747f4589da5252b004e7d2c2876 (diff) | |
download | u-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.c | 2 |
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 */ } |