]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitdf32632777532a900d1bb4b6360c1aae1aeb63c9
tree2c5c2de7b85fc972a1e66f0485337815fa3d3be1
parent51a0ce9269bd0801e9d37a4ae16e8cdcf3f33386
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