Re: [U-Boot] [PATCH] post, memory test: add memory_post_test() to include file

2011-07-26 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > Dear Heiko, > > In message <20110726082651.f2ce3138e...@gemini.denx.de> I wrote: >> In message <1306909447-19603-3-git-send-email...@denx.de> you wrote: >>> This include is needed, if this memory test is used "outside" >>> from post code, for example booting

Re: [U-Boot] [PATCH] post, memory test: add memory_post_test() to include file

2011-07-26 Thread Wolfgang Denk
Dear Heiko, In message <20110726082651.f2ce3138e...@gemini.denx.de> I wrote: > > In message <1306909447-19603-3-git-send-email...@denx.de> you wrote: > > This include is needed, if this memory test is used "outside" > > from post code, for example booting with nand_spl, and using > > this memory

Re: [U-Boot] [PATCH] post, memory test: add memory_post_test() to include file

2011-07-26 Thread Wolfgang Denk
Dear Heiko, In message <1306909447-19603-3-git-send-email...@denx.de> you wrote: > 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-

Re: [U-Boot] [PATCH] post, memory test: add memory_post_test() to include file

2011-07-25 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1306909447-19603-3-git-send-email...@denx.de> you wrote: > 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. > > Si

[U-Boot] [PATCH] post, memory test: add memory_post_test() to include file

2011-05-31 Thread Heiko Schocher
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 --- include/post.h |1 + 1 files changed, 1 insertions(+), 0 deletion