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> |
||
|---|---|---|
| .. | ||
| cpu-uclass.c | ||
| Kconfig | ||
| Makefile | ||
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> |
||
|---|---|---|
| .. | ||
| cpu-uclass.c | ||
| Kconfig | ||
| Makefile | ||