Re: [U-Boot] [PATCH v4 3/3] Add TI816X evm board support

2013-06-26 Thread Lokesh Vutla
Hi Antoine, On Wednesday 19 June 2013 03:38 PM, TENART Antoine wrote: Signed-off-by: Antoine Tenart --- MAINTAINERS |4 + board/ti/ti816x/Makefile | 47 board/ti/ti816x/evm.c| 249 ++ boards.cfg

Re: [U-Boot] [PATCH v4 3/3] Add TI816X evm board support

2013-06-26 Thread TENART Antoine
>> +#define CONFIG_EXTRA_ENV_SETTINGS \ >> +"verify=yes\0" > > Do we really want that? I don't think so. This will be removed. >> +/* >> + * 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*

Re: [U-Boot] [PATCH v4 3/3] Add TI816X evm board support

2013-06-25 Thread Tom Rini
On Wed, Jun 19, 2013 at 12:08:21PM +0200, TENART Antoine wrote: > Signed-off-by: Antoine Tenart [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 > +

[U-Boot] [PATCH v4 3/3] Add TI816X evm board support

2013-06-19 Thread TENART Antoine
Signed-off-by: Antoine Tenart --- MAINTAINERS |4 + board/ti/ti816x/Makefile | 47 board/ti/ti816x/evm.c| 249 ++ boards.cfg |1 + include/configs/ti816x_evm.h | 188 +++