Re: [PATCH] Revert "riscv: sifive: fu540: Add gpio-restart support"

2020-07-07 Thread Tom Rini
On Mon, Jul 06, 2020 at 06:00:51PM -0400, Tom Rini wrote: > As part of merging the next branch in to master, the sifive_fu540 will > fail to link: > riscv64-linux-ld.bfd: lib/built-in.o: in function `panic_finish': > lib/panic.c:28: undefined reference to `do_reset' > make[2]: *** [spl/u-boot-spl]

[PATCH] Revert "riscv: sifive: fu540: Add gpio-restart support"

2020-07-06 Thread Tom Rini
As part of merging the next branch in to master, the sifive_fu540 will fail to link: riscv64-linux-ld.bfd: lib/built-in.o: in function `panic_finish': lib/panic.c:28: undefined reference to `do_reset' make[2]: *** [spl/u-boot-spl] Error 1 make[1]: *** [spl/u-boot-spl] Error 2 make: *** [sub-make] E