On Fri, Mar 15, 2013 at 3:21 PM, Fabio Estevam <feste...@gmail.com> wrote:
> Hi Wolfgang,
>
> On Thu, Mar 14, 2013 at 9:31 AM, Wolfgang Denk <w...@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)
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to