Hi, In our daily build and boot test of u-boot master, am64x board is failing to boot. The boot stops at SPL stage.
With git bisect, I have narrowed it down to this commit. By reverting this commit, I'm able to boot the board. Looks like some issue with the configs when using the common board detection functions. Bisect log: ce56e553c31377b9cda7c53e2161c8e02071fc4e is the first bad commit commit ce56e553c31377b9cda7c53e2161c8e02071fc4e Author: Guillaume La Roque (TI.com) <[email protected]> Date: Mon Nov 3 19:40:04 2025 +0100 board: am64x: Use generic AM6x board detection functions Regards T Pratham <[email protected]>

