[PATCH 1/1] imx8mm-cl-iot-gate: Remove redundant board_fix_fdt()
Ying-Chun Liu
grandpaul at gmail.com
Wed Apr 20 16:23:11 CEST 2022
From: "Ying-Chun Liu (PaulLiu)" <paul.liu at linaro.org>
In arch/arm/mach-imx/imx8m/soc.c there's an implementation of
board_fix_fdt(). Remove the redundant one to avoid FTBFS.
Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu at linaro.org>
Cc: uboot-imx <uboot-imx at nxp.com>
---
board/compulab/imx8mm-cl-iot-gate/imx8mm-cl-iot-gate.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/board/compulab/imx8mm-cl-iot-gate/imx8mm-cl-iot-gate.c b/board/compulab/imx8mm-cl-iot-gate/imx8mm-cl-iot-gate.c
index e6021a4566..3d7fff34d2 100644
--- a/board/compulab/imx8mm-cl-iot-gate/imx8mm-cl-iot-gate.c
+++ b/board/compulab/imx8mm-cl-iot-gate/imx8mm-cl-iot-gate.c
@@ -335,11 +335,6 @@ static int iot_gate_imx8_update_ext_ied(void)
return 0;
}
-int board_fix_fdt(void *rw_fdt_blob)
-{
- return 0;
-}
-
int extension_board_scan(struct list_head *extension_list)
{
struct extension *extension = NULL;
--
2.35.1
More information about the U-Boot
mailing list