]> git.sur5r.net Git - u-boot/blobdiff - include/post.h
integratorap: make the compile work again
[u-boot] / include / post.h
index bb3138d7ba47fa00b84177727ff0f8dec4c137b7..3d23d22aea1c5741329d89515f71935b08fc7515 100644 (file)
@@ -147,6 +147,7 @@ unsigned long post_time_ms (unsigned long base);
 extern struct post_test post_list[];
 extern unsigned int post_list_size;
 extern int post_hotkeys_pressed(void);
+extern int memory_post_test(int flags);
 
 /*
  *  If GCC is configured to use a version of GAS that supports
@@ -186,8 +187,8 @@ extern int post_hotkeys_pressed(void);
 #define CONFIG_SYS_POST_BSPEC5         0x00100000
 #define CONFIG_SYS_POST_CODEC          0x00200000
 #define CONFIG_SYS_POST_COPROC         0x00400000
+#define CONFIG_SYS_POST_FLASH          0x00800000
 
-int memory_post_test(int flags);
 #endif /* CONFIG_POST */
 
 #endif /* _POST_H */