diff options
author | Andrew Davis <afd@ti.com> | 2023-04-06 11:38:17 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-04-24 13:18:48 -0400 |
commit | e25fe5b2759c792e2088c40ad1798659960c47c6 (patch) | |
tree | 85a4085f03f6ad6419bd9069445721e7579ff07b /board/ti/common | |
parent | f5e494460842d26d5b066519dc28b96de2918dab (diff) | |
download | u-boot-e25fe5b2759c792e2088c40ad1798659960c47c6.tar.gz |
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>
Diffstat (limited to 'board/ti/common')
-rw-r--r-- | board/ti/common/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/ti/common/Kconfig b/board/ti/common/Kconfig index f03357cc751..49edd98014a 100644 --- a/board/ti/common/Kconfig +++ b/board/ti/common/Kconfig @@ -1,6 +1,5 @@ config TI_I2C_BOARD_DETECT bool "Support for Board detection for TI platforms" - select K3_BOARD_DETECT if ARCH_K3 help Support for detection board information on Texas Instrument's Evaluation Boards which have I2C based EEPROM detection |