commit | de8d80e881a51f63bf8e0e9b62b5decedf5b7e60 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Sep 26 06:55:22 2018 -0700 |
committer | Andes <uboot@andestech.com> | Wed Oct 03 17:48:43 2018 +0800 |
tree | 9bf0672db4110fb98a81b3450b5deab784ed5a51 | |
parent | 8a8694deaa6455bd2834a2b9beeaac94d143c5a7 [diff] |
riscv: Move do_reset() to a common place 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 <lukas.auer@aisec.fraunhofer.de> Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>