]> git.baikalelectronics.ru Git - uboot.git/commit
common/board_f.c: Remove arch-specific checks for cpucheck
authorOvidiu Panait <ovpanait@gmail.com>
Wed, 22 Jan 2020 20:28:25 +0000 (22:28 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 30 Jan 2020 18:30:35 +0000 (13:30 -0500)
commit445a673f083e9a8afee05410c90af2441fac9288
treed2785db9825621d3540830b2805229c406b25f9e
parentd6577fd8bc411a71bd2a27ed1459dfd6ca5513ae
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>
common/board_f.c