Revert "riscv: sifive: fu540: Add gpio-restart support"
authorTom Rini <trini@konsulko.com>
Mon, 6 Jul 2020 21:57:14 +0000 (17:57 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jul 2020 21:57:47 +0000 (17:57 -0400)
commit23da3c682a84a2ad67a67287979dd4f5259ff607
treed6c1b4dbfd53300572def29313304381afaeb863
parent27b5b9ec93a054e267f3513961bf47e6731722b1
Revert "riscv: sifive: fu540: Add gpio-restart support"

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] Error 2

And while the "fix the build" option of enabling CONFIG_SPL_SYSRESET may
solve the issue, it is unclear that it is the correct path exactly.  For
the moment, I am reverting this commit and take a "revert the revert"
and proper fix as soon as it's available.

This reverts commit cdae446461191714d692190da1ad4344398adc57.

Cc: Paul Walmsley <paul.walmsley@sifive.com>
Cc: Palmer Dabbelt <palmer@dabbelt.com>
Cc: Anup Patel <anup.patel@wdc.com>
Cc: Atish Patra <atish.patra@wdc.com>
Cc: Bin Meng <bin.meng@windriver.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
board/sifive/fu540/Kconfig