
26 Sep
2017
26 Sep
'17
10:46 a.m.
On 24.09.2017 14:50, Baruch Siach wrote:
The ClearFog Base boot from UART when setting the DIP switches to 01001. Unfortunately, the SPL code sometimes fails to detect the UART boot method at run-time. Add an alternative SAR UART boot value to fix this.
Note that this alternative value is not documented (Armada 38x Hardware Specifications, Table 48). But experimentations showed it on the ClearFog Base.
Signed-off-by: Baruch Siach baruch@tkos.co.il
v2: put BOOT_FROM_UART_ALT under #ifdef to avoid build break for other mvebu variants
Applied to u-boot-marvell/master.
Thanks, Stefan