Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Stefano Babic
Hi Otavio, hi Alison, On 26/06/2013 19:12, Otavio Salvador wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- both patches are slight changes - if I get an ACK by Alison as board maintainer, I could still push them before my PR for the release. Thanks, Stefano --

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Wang Huan-B18965
Hi, stefano, I am ok with the default environment changes. But the sys text base should not be changed, otherwise the u-boot could not work. The reason I have explained in the other email. Best Regards, Alison Wang -Original Message- From: Stefano Babic [mailto:sba...@denx.de]

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Stefano Babic
Hi Alison, On 27/06/2013 10:00, Wang Huan-B18965 wrote: Hi, stefano, I am ok with the default environment changes. But the sys text base should not be changed, otherwise the u-boot could not work. The reason I have explained in the other email. Of course, and I will not apply the

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Otavio Salvador
On Thu, Jun 27, 2013 at 5:58 AM, Stefano Babic sba...@denx.de wrote: On 27/06/2013 10:00, Wang Huan-B18965 wrote: Hi, stefano, I am ok with the default environment changes. But the sys text base should not be changed, otherwise the u-boot could not work. The reason I have explained in

[U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: - fix console for ttymxc1 (Fabio) include/configs/vf610twr.h | 58 ++ 1 file changed, 58 insertions(+) diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Fabio Estevam
On Wed, Jun 26, 2013 at 2:12 PM, Otavio Salvador ota...@ossystems.com.br wrote: + console=ttymxc1\0 \ Vybrid does not use the same serial driver as i.MX. In the kernel the serial driver is this one:

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 2:16 PM, Fabio Estevam feste...@gmail.com wrote: On Wed, Jun 26, 2013 at 2:12 PM, Otavio Salvador ota...@ossystems.com.br wrote: + console=ttymxc1\0 \ Vybrid does not use the same serial driver as i.MX. In the kernel the serial driver is this one:

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Fabio Estevam
On Wed, Jun 26, 2013 at 2:19 PM, Otavio Salvador ota...@ossystems.com.br wrote: This is being done using Timesys kernel as reference; so I did used his kernel as reference. So it is better to fix the tty driver name in the Timesys kernel to ttyLP then, instead of adding a console option that

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 2:27 PM, Fabio Estevam feste...@gmail.com wrote: On Wed, Jun 26, 2013 at 2:19 PM, Otavio Salvador ota...@ossystems.com.br wrote: This is being done using Timesys kernel as reference; so I did used his kernel as reference. So it is better to fix the tty driver name in