
15 Mar
2013
15 Mar
'13
9:32 p.m.
On Fri, Mar 15, 2013 at 3:21 PM, Fabio Estevam festevam@gmail.com wrote:
Hi Wolfgang,
On Thu, Mar 14, 2013 at 9:31 AM, Wolfgang Denk wd@denx.de wrote:
+#define CONFIG_SYS_MEMTEST_START 0x10000000 +#define CONFIG_SYS_MEMTEST_END 0x10010000
This makes no sense. Please see doc/README.memory-test
This is something that always causes me confusion.
doc/README.memory-test is not available in u-boot-imx. but I looked in the archives.
What is a good and safe value, I should use here?
I think that the following is safe to use:
#define CONFIG_SYS_MEMTEST_START 0x10000000 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 500 * SZ_1M)