diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-02-27 19:18:57 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-15 15:12:46 -0400 |
commit | 3832e54673789e2b784ce401b50eef7c2af5e2b0 (patch) | |
tree | 403310c306e958eccdf822d607c6e3b33a93cd9d /include | |
parent | 3ef56e61c8cbfdfdca155f5b1e2cd4d5cb5e048a (diff) | |
download | u-boot-imx-3832e54673789e2b784ce401b50eef7c2af5e2b0.zip u-boot-imx-3832e54673789e2b784ce401b50eef7c2af5e2b0.tar.gz u-boot-imx-3832e54673789e2b784ce401b50eef7c2af5e2b0.tar.bz2 |
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 <contact@paulk.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ti_omap4_common.h | 1 | ||||
-rw-r--r-- | include/configs/ti_omap5_common.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h index 8b6c065..72ed0b9 100644 --- a/include/configs/ti_omap4_common.h +++ b/include/configs/ti_omap4_common.h @@ -17,7 +17,6 @@ */ #define CONFIG_OMAP4430 1 /* which is in a 4430 */ #define CONFIG_MISC_INIT_R -#define CONFIG_ARCH_CPU_INIT #define CONFIG_DISPLAY_CPUINFO 1 #define CONFIG_DISPLAY_BOARDINFO 1 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 |