Re: [PATCH v2 23/35] common: Move reset_misc() function to arch header

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:45:00AM -0700, Simon Glass wrote: > 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 Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 23/35] common: Move reset_misc() function to arch header

2019-12-28 Thread Simon Glass
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 --- Changes in v2: None arch/arm/include/asm/u-boot-arm.h | 2 ++ include/common.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff -