[U-Boot] [PATCH v4] Add initial support for Wandboard dual lite and solo.

Fabio Estevam festevam at gmail.com
Fri Mar 15 21:32:51 CET 2013


On Fri, Mar 15, 2013 at 3:21 PM, Fabio Estevam <festevam at gmail.com> wrote:
> Hi Wolfgang,
>
> On Thu, Mar 14, 2013 at 9:31 AM, Wolfgang Denk <wd at 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)


More information about the U-Boot mailing list