common: Move reset_misc() function to arch header
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:45:00 +0000 (10:45 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jan 2020 18:27:30 +0000 (13:27 -0500)
commit9101a5ec4a6cbcb50e037fb7287ad4e73b2d625d
treeb90d31b44b71ef471e448744472da99cd694a01d
parent049f8d6f4acc0eff71c9db5c3ca6276b56ce3357
common: Move reset_misc() function to arch header

This function is only used on ARM devices. Move it out of the common file
and to a arch-specific header.

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