[PATCH] config: arm64: Use y for CLK_RK3399
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
On 08/02/2021 17:26, Matwey V. Kornilov wrote:
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.
Thanks for the patch! I pushed it to stable (=tumbleweed) and master (=new tumbleweed) branch. Unfortunately you didn't provide a bugzilla entry with more insights, so it might get rejected. In this case I'll ask you to open one to explain better the "lots of errors" you mention. Regards, Matthias
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
Hi Guys, why this sudden dependency on libc.so.6(GLIBC_2.33) - glibc package version 2.33 with the devel installation packages in Kernel:/stable 5.10.16-1 Packages: kernel-default-devel kernel-syms BTW, this change happened with 5.10.15-2, and is not the case with 5.10.15-1. Crazy enough to change this in a sub-version between -1 and -2? Makes it impossible to install this stable kernel dev environment with Leap and even not TW right now, because it does only offer 2.32 - Leap only 2.26. At least with TW we can hope for a soon 2.33 as it seems to be in factory already. But Leap 15.2? Best Regards Ralf
Am 13.02.21 um 21:08 schrieb Ralf Czekalla:
BTW, this change happened with 5.10.15-2, and is not the case with 5.10.15-1. Crazy enough to change this in a sub-version between -1 and -2?
The "sub-version" is the rebuild counter - and the recompile happened as Factory got a new glibc - Tumbleweed will follow on next snapshot update. See opensuse-factory for the announcement. Just to explain that part. Greetings, Stephan -- Lighten up, just enjoy life, smile more, laugh more, and don't get so worked up about things. Kenneth Branagh
On Feb 15 2021, Stephan Kulow wrote:
Am 13.02.21 um 21:08 schrieb Ralf Czekalla:
BTW, this change happened with 5.10.15-2, and is not the case with 5.10.15-1. Crazy enough to change this in a sub-version between -1 and -2? The "sub-version" is the rebuild counter
That's not the rebuild counter, the source has really changed. (The kernel version as reported by uname does not include the rebuild counter.) Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."
participants (5)
-
Andreas Schwab
-
Matthias Brugger
-
Matwey V. Kornilov
-
Ralf Czekalla
-
Stephan Kulow