Re: [PATCH v2 3/3] spl: spl_legacy: Fix spl_end address

2023-07-03 Thread Tom Rini
On Fri, Jun 30, 2023 at 11:30:53PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Currently, spl_end points to the __bss_end address, which > is an external RAM address instead of the end of the SPL text > section in the internal RAM. > > This causes boot failures on imx6-colibri, for ex

Re: [PATCH v2 3/3] spl: spl_legacy: Fix spl_end address

2023-07-01 Thread Marek Vasut
On 7/1/23 04:30, Fabio Estevam wrote: From: Fabio Estevam Currently, spl_end points to the __bss_end address, which is an external RAM address instead of the end of the SPL text section in the internal RAM. This causes boot failures on imx6-colibri, for example: ``` Trying to boot from MMC1 S