Re: [U-Boot] [PATCH v3] mx6_common: Fix LOADADDR and SYS_TEXT_BASE for MX6SL and MX6SX

2015-06-07 Thread Stefano Babic
On 28/05/2015 17:33, Fabio Estevam wrote: > Commit 8183058188cd2d942 ("imx6: centralise common boot options in > mx6_common.h") broke boot on mx6sl and mx6sx by assuming that all mx6 > SoCs use the same LOADADDR/SYS_TEXT_BASE range, which is not correct. > > DDR on mx6sx/mx6sl starts at 0x8000

Re: [U-Boot] [PATCH v3] mx6_common: Fix LOADADDR and SYS_TEXT_BASE for MX6SL and MX6SX

2015-06-06 Thread Fabio Estevam
Forgot to add Stefano on Cc. On Sat, Jun 6, 2015 at 4:11 PM, Fabio Estevam wrote: > Hi Stefano, > > On Thu, May 28, 2015 at 12:54 PM, Vincent Stehlé > wrote: >> On 05/28/2015 05:33 PM, Fabio Estevam wrote: >> .. >>> Build tested only >> >> Hi Fabio, >> >> Thank you for that fix. I did not realiz

Re: [U-Boot] [PATCH v3] mx6_common: Fix LOADADDR and SYS_TEXT_BASE for MX6SL and MX6SX

2015-06-06 Thread Fabio Estevam
Hi Stefano, On Thu, May 28, 2015 at 12:54 PM, Vincent Stehlé wrote: > On 05/28/2015 05:33 PM, Fabio Estevam wrote: > .. >> Build tested only > > Hi Fabio, > > Thank you for that fix. I did not realize you had a patch "on-going" > when sending mine; sorry. Your solution is cleaner and more generic

Re: [U-Boot] [PATCH v3] mx6_common: Fix LOADADDR and SYS_TEXT_BASE for MX6SL and MX6SX

2015-05-28 Thread Vincent Stehlé
On 05/28/2015 05:33 PM, Fabio Estevam wrote: .. > Build tested only Hi Fabio, Thank you for that fix. I did not realize you had a patch "on-going" when sending mine; sorry. Your solution is cleaner and more generic than mine anyway :) This works fine for me and does indeed repair the boot on i.M

[U-Boot] [PATCH v3] mx6_common: Fix LOADADDR and SYS_TEXT_BASE for MX6SL and MX6SX

2015-05-28 Thread Fabio Estevam
Commit 8183058188cd2d942 ("imx6: centralise common boot options in mx6_common.h") broke boot on mx6sl and mx6sx by assuming that all mx6 SoCs use the same LOADADDR/SYS_TEXT_BASE range, which is not correct. DDR on mx6sx/mx6sl starts at 0x8000. Adjust LOADADDR/SYS_TEXT_BASE to the proper value