commit | 2dde9a7dac4853c54219ab91b8ff18903c2f5e0c | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Thu Apr 06 11:38:17 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 24 13:18:48 2023 -0400 |
tree | 85a4085f03f6ad6419bd9069445721e7579ff07b | |
parent | f1799857207d501f0b832fbebc50750332300fe1 [diff] |
arm: mach-k3: Add weak do_board_detect() to common file This matches how it was done for pre-K3 TI platforms and it allows us to move the forward declaration out of sys_proto.h. It also removes the need for K3_BOARD_DETECT as one is free to simply override the weak function in their board files as needed. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>