Re: [PATCH 4/6] nitrogen6x: Migrate DDR_MB to Kconfig

2021-08-24 Thread Troy Kisky
On 8/24/2021 5:41 PM, Tom Rini wrote: > Move the CONFIG_DDR_MB symbol to Kconfig. A later clean-up would be to > make dynamic memory size detection work based on how this is done on > other i.MX6 platforms. > > Cc: Troy Kisky > Signed-off-by: Tom Rini > --- > For example, mx6cuboxi does

Re: [PATCH 4/6] nitrogen6x: Migrate DDR_MB to Kconfig

2021-08-24 Thread Tom Rini
On Tue, Aug 24, 2021 at 06:05:10PM -0700, Troy Kisky wrote: > On 8/24/2021 5:41 PM, Tom Rini wrote: > > Move the CONFIG_DDR_MB symbol to Kconfig. A later clean-up would be to > > make dynamic memory size detection work based on how this is done on > > other i.MX6 platforms. > > > > Cc: Troy

[PATCH 4/6] nitrogen6x: Migrate DDR_MB to Kconfig

2021-08-24 Thread Tom Rini
Move the CONFIG_DDR_MB symbol to Kconfig. A later clean-up would be to make dynamic memory size detection work based on how this is done on other i.MX6 platforms. Cc: Troy Kisky Signed-off-by: Tom Rini --- For example, mx6cuboxi does dynamic memory size detection and that code could be adapted