]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf575a2e1b6dd392b70d0c7b3caedb24a0c96628e
tree135f974f9a7fc080e67b1a9be550fad85e7d3db2
parent932771a4ba29a149a0329245db878636f31541d5
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 3efdcc5fc335. 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