board: ti: am6x: Restore do_board_detect functions
authorGuillaume La Roque (TI.com) <glaroque@baylibre.com>
Mon, 24 Nov 2025 15:09:47 +0000 (16:09 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 27 Nov 2025 15:27:03 +0000 (09:27 -0600)
commit3afc99727ad0e829b0275b3ffa5b970b343bc0db
tree90c22008b73c34affddaeac159f92da82d8f6f87
parentcc0ce9e8c494d20e75258584807aaaac4cc514bd
board: ti: am6x: Restore do_board_detect functions

This patch fixes a boot failure on the AM64x EVM that was introduced when the do_board_detect function was removed during a refactoring.

It restores the do_board_detect function for the AM64x, AM62x, and AM65x boards to ensure the common board detection logic is executed correctly.

Fixes: 804b80288ac ("board: am65x: Use generic AM6x board detection function")
Fixes: ce56e553c31 ("board: am64x: Use generic AM6x board detection functions")
Fixes: ff1b83c095c ("board: am62x: Add support for reading eeprom data")
Signed-off-by: Guillaume La Roque (TI.com) <glaroque@baylibre.com>
board/ti/am62x/evm.c
board/ti/am64x/evm.c
board/ti/am65x/evm.c
board/ti/common/board_detect.c