mbox series

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

Message ID 20220420153707.217267-1-grandpaul@gmail.com
Headers show
Series imx8mm-cl-iot-gate: Remove redundant board_fix_fdt() | expand

Message

Ying-Chun Liu April 20, 2022, 3:37 p.m. UTC
From: "Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>

Previously there's no implementation of board_fix_fdt(). But commit
35bb60787b88 introduced one in arch/arm/mach-imx/imx8m/soc.c. Since
the board_fix_fdt() in imx8mm-cl-iot-gate is empty, we should remove
it and use the one from soc.c.

v2: reword commit comment

Ying-Chun Liu (PaulLiu) (1):
  imx8mm-cl-iot-gate: Remove redundant board_fix_fdt()

 board/compulab/imx8mm-cl-iot-gate/imx8mm-cl-iot-gate.c | 5 -----
 1 file changed, 5 deletions(-)