imx8mm-cl-iot-gate: Remove redundant board_fix_fdt()
authorYing-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Wed, 20 Apr 2022 15:37:07 +0000 (23:37 +0800)
committerStefano Babic <sbabic@denx.de>
Thu, 21 Apr 2022 21:00:26 +0000 (23:00 +0200)
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) <paul.liu@linaro.org>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: uboot-imx <uboot-imx@nxp.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
board/compulab/imx8mm-cl-iot-gate/imx8mm-cl-iot-gate.c

index e6021a4..3d7fff3 100644 (file)
@@ -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;