Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm: mvebu: Remove A38x BOOT_FROM_UART_ALT 0x3f constant
A385 BootROM treats strapping configuration 0x3f as invalid. When booting fails (e.g. because of invalid configuration) then BootROM fallbacks to UART booting. Detecting BootROM fallback to UART booting is implemented in U-Boot since commit 2fd4284 ("ARM: mach-mvebu: handle fall-back to UART boot"). So there is no need to define BOOT_FROM_UART_ALT constant and special handling for it anymore, remove it. This change effectively revers commit f3a88e2 ("arm: mvebu: fix boot from UART on ClearFog Base"). Signed-off-by: Pali Rohár <[email protected]> Tested-by: Tony Dinh <[email protected]> Tested-by: Martin Rowe <[email protected]> Reviewed-by: Stefan Roese <[email protected]>
- Loading branch information