]> git.baikalelectronics.ru Git - uboot.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)
commitf76280146a7c280272672f200c80f9e7448d7184
treee369e74ecf32a0e2275f4ced1230c270b1d7ebae
parent6927d56b11e49f077b857da02b891d39d1060c06
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