diff options
author | Heiko Schocher <hs@denx.de> | 2011-07-26 20:31:08 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-07-28 22:39:26 +0200 |
commit | eaf5e65af582c80c73ad1db37862d1cf3adc741b (patch) | |
tree | 60e26b48eddc52e8d5179f00b5052788a53006d7 /include | |
parent | 85f3df1c3a6e8f8f0c7a1daa0cdc3714daf967d7 (diff) | |
download | u-boot-imx-eaf5e65af582c80c73ad1db37862d1cf3adc741b.zip u-boot-imx-eaf5e65af582c80c73ad1db37862d1cf3adc741b.tar.gz u-boot-imx-eaf5e65af582c80c73ad1db37862d1cf3adc741b.tar.bz2 |
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')
-rw-r--r-- | include/post.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/post.h b/include/post.h index 3f259b7..3d23d22 100644 --- a/include/post.h +++ b/include/post.h @@ -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 |