Re: [PATCH] sunxi: Avoid duplicate reset_cpu with SYSRESET enabled

2021-10-27 Thread Heinrich Schuchardt
On 8/22/21 22:49, Samuel Holland wrote: The sysreset uclass unconditionally provides a definition of the reset_cpu() function. So does the sunxi board code. Omit our definition when SYSRESET is enabled. This allows the build to succeed, even though sysreset may not yet be functional due to a

[PATCH] sunxi: Avoid duplicate reset_cpu with SYSRESET enabled

2021-08-22 Thread Samuel Holland
The sysreset uclass unconditionally provides a definition of the reset_cpu() function. So does the sunxi board code. Omit our definition when SYSRESET is enabled. This allows the build to succeed, even though sysreset may not yet be functional due to a lack of back-end drivers. Signed-off-by: