[U-Boot] [PATCH v4 3/3] Add TI816X evm board support
Tom Rini
trini at ti.com
Tue Jun 25 22:03:26 CEST 2013
On Wed, Jun 19, 2013 at 12:08:21PM +0200, TENART Antoine wrote:
> Signed-off-by: Antoine Tenart <atenart at adeneo-embedded.com>
[snip]
> +#define CONFIG_EXTRA_ENV_SETTINGS \
> + "verify=yes\0"
Do we really want that?
[snip]
> +/*
> + * Memtest works on 8 MB in DRAM after skipping 32MB
> + * from start addr of ram disk
> + */
> +#define CONFIG_SYS_MEMTEST_START (PHYS_DRAM_1 + (64*1024*1024))
> +#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START \
> + + (8*1024*1024))
mtest isn't on by default anymore, see doc/README.memory-test
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130625/c3f8585f/attachment.pgp>
More information about the U-Boot
mailing list