diff options
author | Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org> | 2022-04-20 23:37:07 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-21 23:00:26 +0200 |
commit | 84adf929687ece735d6709932583a9603ace75d4 (patch) | |
tree | 135f974f9a7fc080e67b1a9be550fad85e7d3db2 /board | |
parent | 0b0cd1536af4da3c4715ce40b4dd9c84c5241264 (diff) | |
download | u-boot-84adf929687ece735d6709932583a9603ace75d4.tar.gz |
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) <paul.liu@linaro.org>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: uboot-imx <uboot-imx@nxp.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'board')
-rw-r--r-- | board/compulab/imx8mm-cl-iot-gate/imx8mm-cl-iot-gate.c | 5 |
1 files changed, 0 insertions, 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; |