commit | 780bfdd3c72a058ba24cda0df66ca75f0a7d8b18 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Jun 17 11:15:34 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 14 18:03:16 2015 -0600 |
tree | dd9f729d8aad1da238271df2be85d08c04ff7435 | |
parent | 4c71322b41a657596ee5e5777393ed83e80139c6 [diff] |
dm: cpu: Add a new get_count method to cpu uclass Introduce a new method 'get_count' in the UCLASS_CPU ops to get the number of CPUs in the system. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>