Skip to content
Snippets Groups Projects
Commit 84adf929 authored by Ying-Chun Liu (PaulLiu)'s avatar Ying-Chun Liu (PaulLiu) Committed by Stefano Babic
Browse files

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 35bb6078. Remove the
redundant one to avoid failed to build from source when enabling
CONFIG_OF_BOARD_FIXUP.

Signed-off-by: default avatarYing-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: uboot-imx <uboot-imx@nxp.com>
Reviewed-by: default avatarFabio Estevam <festevam@denx.de>
parent 0b0cd153
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment