mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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>
This commit is contained in:
parent
85f3df1c3a
commit
eaf5e65af5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue