summaryrefslogtreecommitdiffstats
path: root/include/post.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2011-05-31 20:24:07 +0000
committerWolfgang Denk <wd@denx.de>2011-07-25 23:43:35 +0200
commitf18714dd61331b48ab9dc0ef717d61f1441a0e17 (patch)
treea671cd4e68366e0c3f6e876f891e91b616223be7 /include/post.h
parentfafc245401e870cad01cf447bee390fbd76fcfe1 (diff)
downloadblackbird-obmc-uboot-f18714dd61331b48ab9dc0ef717d61f1441a0e17.tar.gz
blackbird-obmc-uboot-f18714dd61331b48ab9dc0ef717d61f1441a0e17.zip
post, memory test: add memory_post_test() to include file
This include is needed, if this memory test is used "outside" from post code, for example booting with nand_spl, and using this memory test before copying u-boot code to RAM and jumping to it. Signed-off-by: Heiko Schocher <hs@denx.de>
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 519cef1612..bb3138d7ba 100644
--- a/include/post.h
+++ b/include/post.h
@@ -187,6 +187,7 @@ extern int post_hotkeys_pressed(void);
#define CONFIG_SYS_POST_CODEC 0x00200000
#define CONFIG_SYS_POST_COPROC 0x00400000
+int memory_post_test(int flags);
#endif /* CONFIG_POST */
#endif /* _POST_H */
OpenPOWER on IntegriCloud