From: Wolfgang Denk <wd@denx.de>
Date: Tue, 26 Jul 2011 11:53:35 +0000 (+0200)
Subject: Revert "post, memory test: add memory_post_test() to include file"
X-Git-Tag: v2025.01-rc5-pxa1908~19242
X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B?a=commitdiff_plain;h=3cfe6954893bd1790f0d6ad7f56fc95c0dc35232;p=u-boot.git

Revert "post, memory test: add memory_post_test() to include file"

This reverts commit f18714dd61331b48ab9dc0ef717d61f1441a0e17
which cuases compile errors on a number of boards.

Signed-off-by:  Wolfgang Denk <wd@denx.de>
---

diff --git a/include/post.h b/include/post.h
index bb3138d7ba..519cef1612 100644
--- 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 */