Re: [U-Boot] [PATCH] ARM: imx: Support larger SPL size on IMX6DQ

2019-08-07 Thread Fabio Estevam
Hi Stefano, On Wed, Aug 7, 2019 at 5:02 PM Stefano Babic wrote: > I do not see issue with the patch - default is "n", and this do not > break existing boards. I will merge this. Yes, it looks good. Only suggestion I have is to remove the "default n" because it is already disabled by default. T

Re: [U-Boot] [PATCH] ARM: imx: Support larger SPL size on IMX6DQ

2019-08-07 Thread Stefano Babic
On 07/08/19 15:18, Adam Ford wrote: > On Wed, Aug 7, 2019 at 8:11 AM Stefano Babic wrote: >> >> On 07/08/19 15:03, Adam Ford wrote: >>> On Wed, Jul 10, 2019 at 10:59 AM Robert Hancock >>> wrote: Previously the SPL size on all iMX6 platforms was restricted to 68KB because the OCR

Re: [U-Boot] [PATCH] ARM: imx: Support larger SPL size on IMX6DQ

2019-08-07 Thread Adam Ford
On Wed, Jul 10, 2019 at 10:59 AM Robert Hancock wrote: > > Previously the SPL size on all iMX6 platforms was restricted to 68KB > because the OCRAM size on iMX6SL/DL parts is only 128KB. However, the > other iMX6 variants have 256KB of OCRAM. Add an option > CONFIG_MX6_OCRAM_256KB which allows usi

Re: [U-Boot] [PATCH] ARM: imx: Support larger SPL size on IMX6DQ

2019-08-07 Thread Adam Ford
On Wed, Aug 7, 2019 at 8:11 AM Stefano Babic wrote: > > On 07/08/19 15:03, Adam Ford wrote: > > On Wed, Jul 10, 2019 at 10:59 AM Robert Hancock > > wrote: > >> > >> Previously the SPL size on all iMX6 platforms was restricted to 68KB > >> because the OCRAM size on iMX6SL/DL parts is only 128KB.

Re: [U-Boot] [PATCH] ARM: imx: Support larger SPL size on IMX6DQ

2019-08-07 Thread Stefano Babic
On 07/08/19 15:03, Adam Ford wrote: > On Wed, Jul 10, 2019 at 10:59 AM Robert Hancock wrote: >> >> Previously the SPL size on all iMX6 platforms was restricted to 68KB >> because the OCRAM size on iMX6SL/DL parts is only 128KB. However, the >> other iMX6 variants have 256KB of OCRAM. Add an option

Re: [U-Boot] [PATCH] ARM: imx: Support larger SPL size on IMX6DQ

2019-08-07 Thread Adam Ford
On Wed, Jul 10, 2019 at 10:59 AM Robert Hancock wrote: > > Previously the SPL size on all iMX6 platforms was restricted to 68KB > because the OCRAM size on iMX6SL/DL parts is only 128KB. However, the > other iMX6 variants have 256KB of OCRAM. Add an option > CONFIG_MX6_OCRAM_256KB which allows usi

[U-Boot] [PATCH] ARM: imx: Support larger SPL size on IMX6DQ

2019-07-10 Thread Robert Hancock
Previously the SPL size on all iMX6 platforms was restricted to 68KB because the OCRAM size on iMX6SL/DL parts is only 128KB. However, the other iMX6 variants have 256KB of OCRAM. Add an option CONFIG_MX6_OCRAM_256KB which allows using the full size on boards which don't need to support the SL/DL v