From eaf5e65af582c80c73ad1db37862d1cf3adc741b Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Tue, 26 Jul 2011 20:31:08 +0000 Subject: 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 --- include/post.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/post.h b/include/post.h index 3f259b725..3d23d22ae 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 -- cgit v1.2.3