Merge with git://www.denx.de/git/u-boot.git
[platform/kernel/u-boot.git] / include / post.h
index 130e715..c8062bb 100644 (file)
@@ -89,6 +89,10 @@ 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
+#define CFG_POST_CODEC         0x00002000
+#define CFG_POST_FPU           0x00004000
+#define CFG_POST_ECC           0x00008000
 
 #endif /* CONFIG_POST */