commit | e25fe5b2759c792e2088c40ad1798659960c47c6 | [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 | f5e494460842d26d5b066519dc28b96de2918dab [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>