Re: [U-Boot] [PATCH v2 3/8] imx6: add spl on board configuration

2014-11-09 Thread John Tobias
Oh okay, I'll do it again. Regards, John On Sun, Nov 9, 2014 at 4:32 PM, Fabio Estevam wrote: > On Sun, Nov 9, 2014 at 10:27 PM, John Tobias wrote: >> That's exactly that I am going to ask you. Because, some people in the >> community doesn't need the SPL. >> >> I think this will need a separa

Re: [U-Boot] [PATCH v2 3/8] imx6: add spl on board configuration

2014-11-09 Thread Fabio Estevam
On Sun, Nov 9, 2014 at 10:27 PM, John Tobias wrote: > That's exactly that I am going to ask you. Because, some people in the > community doesn't need the SPL. > > I think this will need a separate config files (e.g > mx6slevk_spl_defconfig, mx6qsabresd_spl_defconfig) Yes, exacly, but I would pref

Re: [U-Boot] [PATCH v2 3/8] imx6: add spl on board configuration

2014-11-09 Thread John Tobias
That's exactly that I am going to ask you. Because, some people in the community doesn't need the SPL. I think this will need a separate config files (e.g mx6slevk_spl_defconfig, mx6qsabresd_spl_defconfig) Regards, john On Sun, Nov 9, 2014 at 4:03 PM, Fabio Estevam wrote: > On Sat, Nov 8, 2014

Re: [U-Boot] [PATCH v2 3/8] imx6: add spl on board configuration

2014-11-09 Thread Fabio Estevam
On Sat, Nov 8, 2014 at 4:22 PM, John Tobias wrote: > add the spl on build configuration of iMX6 SabreSD > --- > include/configs/mx6sabresd.h | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h > index 938030d..4d2e54a 100644

[U-Boot] [PATCH v2 3/8] imx6: add spl on board configuration

2014-11-08 Thread John Tobias
add the spl on build configuration of iMX6 SabreSD --- include/configs/mx6sabresd.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h index 938030d..4d2e54a 100644 --- a/include/configs/mx6sabresd.h +++ b/include/configs/mx6sabre