* 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
diff --git a/include/post.h b/include/post.h
index 130e715..b438838 100644
--- a/include/post.h
+++ b/include/post.h
@@ -89,6 +89,7 @@
 #define CFG_POST_USB		0x00000200
 #define CFG_POST_SPR		0x00000400
 #define CFG_POST_SYSMON		0x00000800
+#define CFG_POST_DSP		0x00001000
 
 #endif /* CONFIG_POST */