From cfc4c0c2f3aab8dd56fb7206da8311e2ba5a1244 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 15 Feb 2023 22:36:52 -0500 Subject: imx9: Remove ARCH_MISC_INIT We don't need an empty function, we can just not enable the hook we don't use. Cc: Peng Fan Signed-off-by: Tom Rini Reviewed-by: Simon Glass Reviewed-by: Peng Fan --- arch/arm/mach-imx/imx9/soc.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arch/arm/mach-imx/imx9/soc.c') diff --git a/arch/arm/mach-imx/imx9/soc.c b/arch/arm/mach-imx/imx9/soc.c index 797d7a802ba..a16e22ea6bb 100644 --- a/arch/arm/mach-imx/imx9/soc.c +++ b/arch/arm/mach-imx/imx9/soc.c @@ -208,11 +208,6 @@ int print_cpuinfo(void) return 0; } -int arch_misc_init(void) -{ - return 0; -} - int ft_system_setup(void *blob, struct bd_info *bd) { return 0; -- cgit v1.2.3