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

TENART Antoine atenart at adeneo-embedded.com
Wed Jun 26 14:30:54 CEST 2013


>> +#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*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

I'll remove that too.

-- 
Antoine


More information about the U-Boot mailing list