mbox series

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

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

Message

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

Previously there's no implementation of board_fix_fdt(). But recently
there's 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.

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(-)