commit | 3c276b27032f53bef478f9a2c05fd6923ad560bf | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Dec 12 06:12:35 2018 -0800 |
committer | Andes <uboot@andestech.com> | Tue Dec 18 09:56:27 2018 +0800 |
tree | 2c5c2de7b85fc972a1e66f0485337815fa3d3be1 | |
parent | 39cad5bc0b36fca721416c28d1948c4805760f33 [diff] |
riscv: Remove non-DM version of print_cpuinfo() With DM CPU driver, the non-DM version of print_cpuinfo() is no longer needed. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Reviewed-by: Anup Patel <anup@brainfault.org>