commit | a11e06965ec91270c51853407ff1261d3c740386 | [log] [tgz] |
---|---|---|
author | Igor Lisitsin <igor@emcraft.com> | Wed Mar 28 19:06:19 2007 +0400 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jun 22 23:21:01 2007 +0200 |
tree | 438b2a6816ee30034a1c5d979370185570bbdba8 | |
parent | 02032e8f14751a1a751b09240a4f1cf9f8a2077f [diff] [blame] |
Extend POST support for PPC440 Added memory, CPU, UART, I2C and SPR POST tests for PPC440. Signed-off-by: Igor Lisitsin <igor@emcraft.com> --
diff --git a/include/post.h b/include/post.h index cdefbdd..8259e5d 100644 --- a/include/post.h +++ b/include/post.h
@@ -91,6 +91,7 @@ #define CFG_POST_SYSMON 0x00000800 #define CFG_POST_DSP 0x00001000 #define CFG_POST_CODEC 0x00002000 +#define CFG_POST_FPU 0x00004000 #endif /* CONFIG_POST */