mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 12:44:23 +08:00
Revert "riscv: Allow use of reset drivers"
This reverts commit958a3f464c
. A more appropriate change below is already in mainline. Commitfd31e4fd18
("riscv: Do not build reset.c if SYSRESET is on") Revert this patch, so that U-Boot can be built successfully for SiFive Fu540 board. Signed-off-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Leo Liang <ycliang@andestech.com>
This commit is contained in:
parent
d20d0a5777
commit
6b62495026
@ -7,7 +7,6 @@
|
||||
#include <command.h>
|
||||
#include <hang.h>
|
||||
|
||||
#ifndef CONFIG_SYSRESET
|
||||
int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
|
||||
{
|
||||
printf("resetting ...\n");
|
||||
@ -17,4 +16,3 @@ int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user