commit | ba9f56f3d463f9404f41958cefe2765c9a6bddcf | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <abrodkin@synopsys.com> | Wed Oct 10 13:59:33 2018 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Fri Oct 12 15:14:40 2018 +0300 |
tree | e369e74ecf32a0e2275f4ced1230c270b1d7ebae | |
parent | 18e8923f6c27a0c66f35f09223290c4ad2c19f69 [diff] |
ARC: make generic print_cpuinfo() weak This allows board to override print_cpuinfo() because they might know better which ARChitect template was used. This way we may not only derive base architecture type and version but more meaningful things like "ARC EM7D" instead of simple "ARC EM", "ARC HS36" instead of "ARC HS". Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>