Message ID | 20250220084020.628704-6-peter.chen@cixtech.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: Introduce CIX P1 (SKY1) SoC | expand |
On 20/02/2025 09:40, Peter Chen wrote: > Enable CIX SoC support at ARM64 defconfig > > Acked-by: Fugang.duan <fugang.duan@cixtech.com> You keep using different names in different patches. > Signed-off-by: Peter Chen <peter.chen@cixtech.com> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index cb7da4415599..1dd46d200401 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -45,6 +45,7 @@ CONFIG_ARCH_BCMBCA=y > CONFIG_ARCH_BRCMSTB=y > CONFIG_ARCH_BERLIN=y > CONFIG_ARCH_BLAIZE=y > +CONFIG_ARCH_CIX=y And this is not in order with savedefconfig... Best regards, Krzysztof
On 25-02-20 13:19:13, Krzysztof Kozlowski wrote: > > On 20/02/2025 09:40, Peter Chen wrote: > > Enable CIX SoC support at ARM64 defconfig > > > > Acked-by: Fugang.duan <fugang.duan@cixtech.com> > > You keep using different names in different patches. Sorry, I just copy-to-paste. Will change them. > > > Signed-off-by: Peter Chen <peter.chen@cixtech.com> > > --- > > arch/arm64/configs/defconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > > index cb7da4415599..1dd46d200401 100644 > > --- a/arch/arm64/configs/defconfig > > +++ b/arch/arm64/configs/defconfig > > @@ -45,6 +45,7 @@ CONFIG_ARCH_BCMBCA=y > > CONFIG_ARCH_BRCMSTB=y > > CONFIG_ARCH_BERLIN=y > > CONFIG_ARCH_BLAIZE=y > > +CONFIG_ARCH_CIX=y > > > And this is not in order with savedefconfig... This probably due to I have not added entry in order for arch/arm64/Kconfig.platforms, after I keep Kconfig.platforms in order, the defconfig will be in order after running savedefconfig. So, I still keep the patch content un-modified, just change the ACKed-by tag for correct name "Fugang Duan" at v2? Regards, Peter
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index cb7da4415599..1dd46d200401 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -45,6 +45,7 @@ CONFIG_ARCH_BCMBCA=y CONFIG_ARCH_BRCMSTB=y CONFIG_ARCH_BERLIN=y CONFIG_ARCH_BLAIZE=y +CONFIG_ARCH_CIX=y CONFIG_ARCH_EXYNOS=y CONFIG_ARCH_SPARX5=y CONFIG_ARCH_K3=y