Re: [PATCH 11/13] imx8mm-mx8menlo: Drop SPL_BOARD_INIT

2023-02-16 Thread Marek Vasut
On 2/16/23 15:41, Tom Rini wrote: On Thu, Feb 16, 2023 at 03:21:43PM +0100, Marek Vasut wrote: On 2/16/23 15:13, Tom Rini wrote: On Thu, Feb 16, 2023 at 03:04:35PM +0100, Marek Vasut wrote: On 2/16/23 04:36, Tom Rini wrote: On this platform spl_board_init is a call to arch_misc_init which is

Re: [PATCH 11/13] imx8mm-mx8menlo: Drop SPL_BOARD_INIT

2023-02-16 Thread Tom Rini
On Thu, Feb 16, 2023 at 03:21:43PM +0100, Marek Vasut wrote: > On 2/16/23 15:13, Tom Rini wrote: > > On Thu, Feb 16, 2023 at 03:04:35PM +0100, Marek Vasut wrote: > > > On 2/16/23 04:36, Tom Rini wrote: > > > > On this platform spl_board_init is a call to arch_misc_init which is a > > > > no-op, so

Re: [PATCH 11/13] imx8mm-mx8menlo: Drop SPL_BOARD_INIT

2023-02-16 Thread Marek Vasut
On 2/16/23 15:13, Tom Rini wrote: On Thu, Feb 16, 2023 at 03:04:35PM +0100, Marek Vasut wrote: On 2/16/23 04:36, Tom Rini wrote: On this platform spl_board_init is a call to arch_misc_init which is a no-op, so drop the CONFIG options. Cc: Marek Vasut Cc: Olaf Mandel btw. put those under

Re: [PATCH 11/13] imx8mm-mx8menlo: Drop SPL_BOARD_INIT

2023-02-16 Thread Tom Rini
On Thu, Feb 16, 2023 at 03:04:35PM +0100, Marek Vasut wrote: > On 2/16/23 04:36, Tom Rini wrote: > > On this platform spl_board_init is a call to arch_misc_init which is a > > no-op, so drop the CONFIG options. > > > > Cc: Marek Vasut > > Cc: Olaf Mandel > > btw. put those under --- next time,

Re: [PATCH 11/13] imx8mm-mx8menlo: Drop SPL_BOARD_INIT

2023-02-16 Thread Marek Vasut
On 2/16/23 04:36, Tom Rini wrote: On this platform spl_board_init is a call to arch_misc_init which is a no-op, so drop the CONFIG options. Cc: Marek Vasut Cc: Olaf Mandel btw. put those under --- next time, that way they don't end up in commit message. Signed-off-by: Tom Rini If

[PATCH 11/13] imx8mm-mx8menlo: Drop SPL_BOARD_INIT

2023-02-15 Thread Tom Rini
On this platform spl_board_init is a call to arch_misc_init which is a no-op, so drop the CONFIG options. Cc: Marek Vasut Cc: Olaf Mandel Signed-off-by: Tom Rini --- configs/imx8mm-mx8menlo_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/imx8mm-mx8menlo_defconfig