[PATCH v3] imx: syscounter: allow timer_init for SPL build

2023-10-16 Thread sbabic
> From: Michael Scott > With enabled SKIP_LOWLEVEL_INIT, the weak function timer_init() is > used in the SPL build. For iMX6 SoC, this leads MMC to fail once > u-boot proper is booted due to a timing issue. > Always use iMX-specific timer_init() in SPL to fix timing issues. > Fixes: be277c3a89 ("i

[PATCH v3] imx: syscounter: allow timer_init for SPL build

2023-08-03 Thread Oleksandr Suvorov
From: Michael Scott With enabled SKIP_LOWLEVEL_INIT, the weak function timer_init() is used in the SPL build. For iMX6 SoC, this leads MMC to fail once u-boot proper is booted due to a timing issue. Always use iMX-specific timer_init() in SPL to fix timing issues. Fixes: be277c3a89 ("imx: mx7: a