summaryrefslogtreecommitdiffstats
path: root/include/post.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-04-15 21:16:42 +0000
committerwdenk <wdenk>2004-04-15 21:16:42 +0000
commit5a8c51cd5ef87195e05cdd9aaf2f1dcc753c9792 (patch)
tree0344d3f34787ac866ea95bda6112ae6e94733d26 /include/post.h
parent04a85b3b36fdbaaac5fa95d61f59f481bbcf7520 (diff)
downloadblackbird-obmc-uboot-5a8c51cd5ef87195e05cdd9aaf2f1dcc753c9792.tar.gz
blackbird-obmc-uboot-5a8c51cd5ef87195e05cdd9aaf2f1dcc753c9792.zip
* Patches by Pantelis Antoniou, 30 Mar 2004:
- add support for the Epson 156x series of graphical displays (These displays are serial and not suitable for using a normal framebuffer console on them) - add infrastructure needed in order to POST any DSPs in a board
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 130e71554f..b438838578 100644
--- a/include/post.h
+++ b/include/post.h
@@ -89,6 +89,7 @@ extern int post_hotkeys_pressed(void);
#define CFG_POST_USB 0x00000200
#define CFG_POST_SPR 0x00000400
#define CFG_POST_SYSMON 0x00000800
+#define CFG_POST_DSP 0x00001000
#endif /* CONFIG_POST */
OpenPOWER on IntegriCloud