Re: [U-Boot] [PATCH v3 17/17] riscv: Move do_reset() to a common place

2018-09-30 Thread Auer, Lukas
Hi Bin, On Wed, 2018-09-26 at 06:55 -0700, Bin Meng wrote: > We don't have a reset method on any RISC-V board yet. Instead of > adding the same 'unsupported' message for each CPU variant it might > make more sense to add a generic do_reset function for all CPU > variants to lib/, similar to the on

[U-Boot] [PATCH v3 17/17] riscv: Move do_reset() to a common place

2018-09-26 Thread Bin Meng
We don't have a reset method on any RISC-V board yet. Instead of adding the same 'unsupported' message for each CPU variant it might make more sense to add a generic do_reset function for all CPU variants to lib/, similar to the one for ARM (arch/arm/lib/reset.c). Suggested-by: Lukas Auer Signed-