projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39c6e03
)
Revert "post, memory test: add memory_post_test() to include file"
author
Wolfgang Denk
<wd@denx.de>
Tue, 26 Jul 2011 11:53:35 +0000
(13:53 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 26 Jul 2011 11:53:35 +0000
(13:53 +0200)
This reverts commit
f18714dd61331b48ab9dc0ef717d61f1441a0e17
which cuases compile errors on a number of boards.
Signed-off-by: Wolfgang Denk <wd@denx.de>
include/post.h
patch
|
blob
|
history
diff --git
a/include/post.h
b/include/post.h
index bb3138d7ba47fa00b84177727ff0f8dec4c137b7..519cef1612eb42adc6567bec62c6b94cc5e55f8e 100644
(file)
--- a/
include/post.h
+++ b/
include/post.h
@@
-187,7
+187,6
@@
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 */