]> git.baikalelectronics.ru Git - uboot.git/commit
arm: bcmbca: make reset_cpu function weak
authorWilliam Zhang <william.zhang@broadcom.com>
Mon, 22 Aug 2022 18:19:48 +0000 (11:19 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 12:55:41 +0000 (08:55 -0400)
commitc4927dc1da034c2e2f10e93fe6b386e029277f68
tree453ba2053b4e8ff400c22054507607ed6c6e4e4b
parentdb9a89623e280675f40fdc2b0684577aaff7b931
arm: bcmbca: make reset_cpu function weak

BCM63158 carries the CONFIG_SYSRESET from the original configuration. It
provide reset_cpu function already so need to define weak version of the
dummy reset_cpu for other BCMBCA SoCs to avoid linking error.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>
board/broadcom/bcmbca/board.c