Re: [PATCH 4/7] ARM: i.MX93: add imx93_barebox_entry()

2024-01-22 Thread Sascha Hauer
On Fri, Jan 19, 2024 at 04:21:03PM +0100, Marco Felsch wrote: > On 24-01-19, Sascha Hauer wrote: > > We already have support for detecting the DDR size automatically on > > i.MX93. Create imx93_barebox_entry() from it and use it instead of > > the hardcoded DDR size in the tqmba9xxxca board. > >

Re: [PATCH 4/7] ARM: i.MX93: add imx93_barebox_entry()

2024-01-19 Thread Marco Felsch
On 24-01-19, Sascha Hauer wrote: > We already have support for detecting the DDR size automatically on > i.MX93. Create imx93_barebox_entry() from it and use it instead of > the hardcoded DDR size in the tqmba9xxxca board. > > Signed-off-by: Sascha Hauer > --- >

[PATCH 4/7] ARM: i.MX93: add imx93_barebox_entry()

2024-01-19 Thread Sascha Hauer
We already have support for detecting the DDR size automatically on i.MX93. Create imx93_barebox_entry() from it and use it instead of the hardcoded DDR size in the tqmba9xxxca board. Signed-off-by: Sascha Hauer --- arch/arm/boards/tqmba9xxxca/lowlevel.c | 4 +++- arch/arm/mach-imx/esdctl.c