[PATCH v3 05/23] mips: enable _machine_restart for spl
Stefan Roese
sr at denx.de
Mon Nov 9 09:34:10 CET 2020
On 09.11.20 09:24, Weijie Gao wrote:
> The sysreset driver has a config CONFIG_SPL_SYSRESET for the spl stage.
> Change CONFIG_SYSRESET to CONFIG_IS_ENABLED(SYSRESET) will give spl a
> chance to use _machine_restart instead of the sysreset driver.
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Weijie Gao <weijie.gao at mediatek.com>
Reviewed-by: Stefan Roese <sr at denx.de>
Thanks,
Stefan
> ---
> v3 changes: none
> v2 changes: new
> ---
> arch/mips/cpu/cpu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/mips/cpu/cpu.c b/arch/mips/cpu/cpu.c
> index 7d5c9fd83a..b304026a67 100644
> --- a/arch/mips/cpu/cpu.c
> +++ b/arch/mips/cpu/cpu.c
> @@ -12,7 +12,7 @@
> #include <asm/mipsregs.h>
> #include <asm/reboot.h>
>
> -#ifndef CONFIG_SYSRESET
> +#if !CONFIG_IS_ENABLED(SYSRESET)
> void __weak _machine_restart(void)
> {
> fprintf(stderr, "*** reset failed ***\n");
>
Viele Grüße,
Stefan
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de
More information about the U-Boot
mailing list