[PATCH v2 1/1] imx8mm-cl-iot-gate: Remove redundant board_fix_fdt()

2022-04-22 Thread sbabic
> From: "Ying-Chun Liu (PaulLiu)" > In arch/arm/mach-imx/imx8m/soc.c there's an implementation of > board_fix_fdt() introduced by commit 35bb60787b88. Remove the > redundant one to avoid failed to build from source when enabling > CONFIG_OF_BOARD_FIXUP. > Signed-off-by: Ying-Chun Liu (PaulLiu) >

Re: [PATCH v2 1/1] imx8mm-cl-iot-gate: Remove redundant board_fix_fdt()

2022-04-20 Thread Fabio Estevam
Hi Paul, On Wed, Apr 20, 2022 at 12:37 PM Ying-Chun Liu wrote: > > From: "Ying-Chun Liu (PaulLiu)" > > In arch/arm/mach-imx/imx8m/soc.c there's an implementation of > board_fix_fdt() introduced by commit 35bb60787b88. Remove the > redundant one to avoid failed to build from source when enabling

[PATCH v2 1/1] imx8mm-cl-iot-gate: Remove redundant board_fix_fdt()

2022-04-20 Thread Ying-Chun Liu
From: "Ying-Chun Liu (PaulLiu)" In arch/arm/mach-imx/imx8m/soc.c there's an implementation of board_fix_fdt() introduced by commit 35bb60787b88. Remove the redundant one to avoid failed to build from source when enabling CONFIG_OF_BOARD_FIXUP. Signed-off-by: Ying-Chun Liu (PaulLiu) Cc: Fabio