commit | b984ddc2dd332117ef1345255a99dc248c826b74 | [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 | 510e379c49ba8e0d90960d8cbc2ffb91091e229a [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>