Re: [U-Boot] [RFC PATCH 3/3] move wandboard over to use the generic distro configuratin and environment

2014-02-19 Thread Otavio Salvador
Hello Dennis, the short log should use the standard for the commit logs. On Mon, Feb 17, 2014 at 2:56 PM, Dennis Gilmore den...@ausil.us wrote: Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/wandboard.h | 87 +++-- 1 file changed,

Re: [U-Boot] [RFC PATCH 3/3] move wandboard over to use the generic distro configuratin and environment

2014-02-19 Thread Stephen Warren
On 02/17/2014 10:56 AM, Dennis Gilmore wrote: Signed-off-by: Dennis Gilmore den...@ausil.us diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h - netargs=setenv bootargs console=${console},${baudrate} \ - root=/dev/nfs \ - ip=dhcp

[U-Boot] [RFC PATCH 3/3] move wandboard over to use the generic distro configuratin and environment

2014-02-17 Thread Dennis Gilmore
Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/wandboard.h | 87 +++-- 1 file changed, 12 insertions(+), 75 deletions(-) diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 3488472..bb7aadd 100644 ---