]> git.sur5r.net Git - u-boot/blobdiff - post/cpu/ppc4xx/fpu.c
Motion-PRO: Update configuration to accomodate next generation board.
[u-boot] / post / cpu / ppc4xx / fpu.c
index c2eb4a9bf0b5e03c4a0dc7bba7284b3ebc2ad884..0c26fe00e4c3b90aade7978ec06e759d0d64a7a3 100644 (file)
 #if defined(CONFIG_440EP) || \
     defined(CONFIG_440EPX)
 
-#include <ppc4xx.h>
 #include <asm/processor.h>
+#include <ppc4xx.h>
 
 
 int fpu_status(void)
 {
        if (mfspr(ccr0) & CCR0_DAPUIB)
                return 0; /* Disabled */
-       else 
+       else
                return 1; /* Enabled */
 }