From: Ying-Chun Liu (PaulLiu) Date: Wed, 20 Apr 2022 15:37:07 +0000 (+0800) Subject: imx8mm-cl-iot-gate: Remove redundant board_fix_fdt() X-Git-Tag: v2022.07~90^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84adf929687ece735d6709932583a9603ace75d4;p=platform%2Fkernel%2Fu-boot.git imx8mm-cl-iot-gate: Remove redundant board_fix_fdt() 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 Estevam Cc: uboot-imx Reviewed-by: Fabio Estevam --- 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 e6021a4..3d7fff3 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;