summaryrefslogtreecommitdiffstats
path: root/include/post.h
diff options
context:
space:
mode:
authorIgor Lisitsin <igor@emcraft.com>2007-03-28 19:06:19 +0400
committerWolfgang Denk <wd@denx.de>2007-06-22 23:21:01 +0200
commita11e06965ec91270c51853407ff1261d3c740386 (patch)
tree438b2a6816ee30034a1c5d979370185570bbdba8 /include/post.h
parent02032e8f14751a1a751b09240a4f1cf9f8a2077f (diff)
downloadblackbird-obmc-uboot-a11e06965ec91270c51853407ff1261d3c740386.tar.gz
blackbird-obmc-uboot-a11e06965ec91270c51853407ff1261d3c740386.zip
Extend POST support for PPC440
Added memory, CPU, UART, I2C and SPR POST tests for PPC440. Signed-off-by: Igor Lisitsin <igor@emcraft.com> --
Diffstat (limited to 'include/post.h')
-rw-r--r--include/post.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/post.h b/include/post.h
index cdefbddb6f..8259e5d2ea 100644
--- a/include/post.h
+++ b/include/post.h
@@ -91,6 +91,7 @@ extern int post_hotkeys_pressed(void);
#define CFG_POST_SYSMON 0x00000800
#define CFG_POST_DSP 0x00001000
#define CFG_POST_CODEC 0x00002000
+#define CFG_POST_FPU 0x00004000
#endif /* CONFIG_POST */
OpenPOWER on IntegriCloud