]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARC: make generic print_cpuinfo() weak
authorAlexey Brodkin <abrodkin@synopsys.com>
Wed, 10 Oct 2018 10:59:33 +0000 (13:59 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Fri, 12 Oct 2018 12:14:40 +0000 (15:14 +0300)
commitba9f56f3d463f9404f41958cefe2765c9a6bddcf
treee369e74ecf32a0e2275f4ced1230c270b1d7ebae
parent18e8923f6c27a0c66f35f09223290c4ad2c19f69
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>
arch/arc/lib/cpu.c