diff options
author | Stefan Roese <sr@denx.de> | 2007-07-31 08:37:01 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-07-31 08:37:01 +0200 |
commit | ea9f6bce383cc9fbcdee28b5836109b1a6dba574 (patch) | |
tree | d9059c7f3842f92c0bcf047b86fab4c44863ea78 /post/cpu | |
parent | 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724 (diff) |
ppc4xx: Update 440EPx lwmon5 board support
- Clear ECC status regs after ECC POST test
- Set dcbz for ECC generation with caches enabled as default
- Code cleanup
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'post/cpu')
-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 27e9ed01afc..0c26fe00e4c 100644 --- a/post/cpu/ppc4xx/fpu.c +++ b/post/cpu/ppc4xx/fpu.c @@ -29,8 +29,8 @@ #if defined(CONFIG_440EP) || \ defined(CONFIG_440EPX) -#include <ppc4xx.h> #include <asm/processor.h> +#include <ppc4xx.h> int fpu_status(void) |