common: arm: Move s_init() to an ARM-specific header
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:44:55 +0000 (10:44 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jan 2020 18:27:27 +0000 (13:27 -0500)
commit6f5fb71240cda307dcc3c031a1bce3ab4f15c308
tree66dd4d49584a25566ade784b6b666a0849badaf8
parent807765b0671d17943c9c1923e18d49ace479794e
common: arm: Move s_init() to an ARM-specific header

This function is only used on ARM devices so does not belong in the global
common header file. Move it to an ARM header.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/u-boot-arm.h
include/common.h