commit | 771896ca6bde42db3f3aa9674e99df8945918943 | [log] [tgz] |
---|---|---|
author | William Zhang <william.zhang@broadcom.com> | Mon Aug 22 11:19:48 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 08:55:41 2022 -0400 |
tree | 453ba2053b4e8ff400c22054507607ed6c6e4e4b | |
parent | f4704a11747fde39b6e35466f9258537b5777810 [diff] |
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>