Skip to content
Snippets Groups Projects
Commit eaf5e65a authored by Heiko Schocher's avatar Heiko Schocher Committed by Wolfgang Denk
Browse files

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: default avatarHeiko Schocher <hs@denx.de>
parent 85f3df1c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment