projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fafc245
)
post, memory test: add memory_post_test() to include file
author
Heiko Schocher
<hs@denx.de>
Tue, 31 May 2011 20:24:07 +0000
(20:24 +0000)
committer
Wolfgang Denk
<wd@denx.de>
Mon, 25 Jul 2011 21:43:35 +0000
(23:43 +0200)
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>
include/post.h
patch
|
blob
|
history
diff --git
a/include/post.h
b/include/post.h
index 519cef1612eb42adc6567bec62c6b94cc5e55f8e..bb3138d7ba47fa00b84177727ff0f8dec4c137b7 100644
(file)
--- 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 */