From 3832e54673789e2b784ce401b50eef7c2af5e2b0 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sat, 27 Feb 2016 19:18:57 +0100 Subject: omap-common: Remove deprecated arch_cpu_init code save_omap_boot_params is called from spl_board_init in the SPL context. Thus, there is no reason to duplicate that call on arch_cpu_init. Signed-off-by: Paul Kocialkowski --- include/configs/ti_omap5_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/ti_omap5_common.h') diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h index d373cbc..6143ec1 100644 --- a/include/configs/ti_omap5_common.h +++ b/include/configs/ti_omap5_common.h @@ -19,7 +19,6 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO -#define CONFIG_ARCH_CPU_INIT /* Common ARM Erratas */ #define CONFIG_ARM_ERRATA_798870 -- cgit v1.1