riscv: Remove non-DM version of print_cpuinfo()
authorBin Meng <bmeng.cn@gmail.com>
Wed, 12 Dec 2018 14:12:35 +0000 (06:12 -0800)
committerAndes <uboot@andestech.com>
Tue, 18 Dec 2018 01:56:27 +0000 (09:56 +0800)
commit3c276b27032f53bef478f9a2c05fd6923ad560bf
tree2c5c2de7b85fc972a1e66f0485337815fa3d3be1
parent39cad5bc0b36fca721416c28d1948c4805760f33
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>
arch/riscv/cpu/cpu.c