commit | 3832e54673789e2b784ce401b50eef7c2af5e2b0 | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <contact@paulk.fr> | Sat Feb 27 19:18:57 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 15 15:12:46 2016 -0400 |
tree | 403310c306e958eccdf822d607c6e3b33a93cd9d | |
parent | 3ef56e61c8cbfdfdca155f5b1e2cd4d5cb5e048a [diff] |
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>