commit | 2bb020e2d1ab2a905f96b8f01c075d2b8430929c | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Aug 06 10:23:41 2018 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 18 08:12:16 2018 -0600 |
tree | 05c02d01ba362bcab04d3de35a506eacdb567f7b | |
parent | 86c45a45251b93738c323d3bd102b0ecae06d625 [diff] |
board_f: Use static print_cpuinfo if CONFIG_CPU is active When the DM CPU drivers are active, printing information about a CPU should be delegated to a matching driver. Hence, add a static print_cpuinfo that implements this delegation when DM CPU drivers are active. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc> Changed condition to CONFIG_IS_ENABLED(CPU): Signed-off-by: Simon Glass <sjg@chromium.org>