Home
last modified time | relevance | path

Searched hist:cb5cbfd503d38bfe963ebd52da958563c636709d (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/cpu/
H A Dcpu-uclass.ccb5cbfd503d38bfe963ebd52da958563c636709d Fri Jun 12 06:52:19 UTC 2015 Bin Meng <bmeng.cn@gmail.com> dm: cpu: Test against cpu_ops->get_info in cpu_get_info()

In cpu_get_info() it wrongly tests against cpu_ops->get_desc to see
if it is NULL. It should test against cpu_ops->get_info.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>