commit | 8e0319f9d063ee1f41480ac3f2fef0df26f9557c | [log] [tgz] |
---|---|---|
author | Ovidiu Panait <ovpanait@gmail.com> | Wed Jan 22 22:28:25 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 30 13:30:35 2020 -0500 |
tree | d2785db9825621d3540830b2805229c406b25f9e | |
parent | b0d3c0baf493a46d6ad5725c1137abf11ccb28ea [diff] |
common/board_f.c: Remove arch-specific checks for cpucheck This removes the arch-specific checks for "checkcpu" function from the init sequence. Make "checkcpu" generic and provide a weak nop stub instead. Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>