commit | e393fbe6fa27af23f78df6e16a8fd2963578a8c4 | [log] [tgz] |
---|---|---|
author | Wei Li <liwei391@huawei.com> | Wed Sep 23 14:53:12 2020 +0800 |
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Wed Sep 23 14:48:30 2020 +0200 |
tree | 2e6d3c5d2e252ef92cd25dd0eb09d747d220c229 | |
parent | b13812ddea615b6507beef24f76540c0c1143c5c [diff] |
MIPS: Add the missing 'CPU_1074K' into __get_cpu_type() Commit 442e14a2c55e ("MIPS: Add 1074K CPU support explicitly.") split 1074K from the 74K as an unique CPU type, while it missed to add the 'CPU_1074K' in __get_cpu_type(). So let's add it back. Fixes: 442e14a2c55e ("MIPS: Add 1074K CPU support explicitly.") Signed-off-by: Wei Li <liwei391@huawei.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>