8 Feb
2021
8 Feb
'21
16:26
This is to fix booting on RK3399 systems (JeOS-rockpi4) When compiled as 'm' there are lots of errors related to clk and no host mmc controler initialized. Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com> --- config/arm64/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/arm64/default b/config/arm64/default index 9c4181e1ad8..64c3c05e424 100644 --- a/config/arm64/default +++ b/config/arm64/default @@ -9281,7 +9281,7 @@ CONFIG_CLK_PX30=y CONFIG_CLK_RK3308=y CONFIG_CLK_RK3328=y CONFIG_CLK_RK3368=y -CONFIG_CLK_RK3399=m +CONFIG_CLK_RK3399=y CONFIG_COMMON_CLK_SAMSUNG=y CONFIG_EXYNOS_ARM64_COMMON_CLK=y CONFIG_EXYNOS_AUDSS_CLK_CON=m -- 2.26.2