commit | 84adf929687ece735d6709932583a9603ace75d4 | [log] [tgz] |
---|---|---|
author | Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org> | Wed Apr 20 23:37:07 2022 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Thu Apr 21 23:00:26 2022 +0200 |
tree | 135f974f9a7fc080e67b1a9be550fad85e7d3db2 | |
parent | 0b0cd1536af4da3c4715ce40b4dd9c84c5241264 [diff] |
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>