]> 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 1935c011ba73a11bdd5fdf6bcbc8d3e1c895c27d..0c26fe00e4c3b90aade7978ec06e759d0d64a7a3 100644 (file)
@@ -1,5 +1,8 @@
 /*
- *  Copyright (C) 2007 Wolfgang Denk <wd@denx.de>
+ * (C) Copyright 2007
+ * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+ *
+ * Author: Sergei Poselenov <sposelenov@emcraft.com>
  *
  * See file CREDITS for list of people who contributed to this
  * project.
@@ -26,8 +29,8 @@
 #if defined(CONFIG_440EP) || \
     defined(CONFIG_440EPX)
 
-#include <ppc4xx.h>
 #include <asm/processor.h>
+#include <ppc4xx.h>
 
 
 int fpu_status(void)
@@ -51,5 +54,6 @@ void fpu_enable(void)
        mtspr(ccr0, mfspr(ccr0) & ~CCR0_DAPUIB);
        mtmsr(mfmsr() | MSR_FP);
 }
+
 #endif
-#endif
+#endif /* CONFIG_POST */