]> git.baikalelectronics.ru Git - uboot.git/commit
common: Move reset_misc() function to arch header
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:45:00 +0000 (10:45 -0700)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 24 Jan 2020 17:36:49 +0000 (23:06 +0530)
commit689ae1a7aef614517bae9a8cdb79fe3cba89b995
treef078f994682c7751490e55289be034d50843231e
parent49c2d9982c22764385f5d4d98683047ffc4ff72a
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