Message ID | 20231109201313.29791-2-semen.protsenko@linaro.org |
---|---|
State | New |
Headers | show |
Series | [v2,1/2] board: samsung: Fix SYS_CONFIG_NAME configs in axy17lte Kconfig | expand |
Hi! 2023년 11월 10일 (금) 05:13, Sam Protsenko <semen.protsenko@linaro.org>님이 작성: > As correct default SYS_CONFIG_NAME value is now set in > board/samsung/axy17lte/Kconfig (in commit "board: samsung: Fix > SYS_CONFIG_NAME configs in axy17lte Kconfig"), the SYS_CONFIG_NAME > option can be safely removed from all a*y17lte defconfigs. That removal > doesn't change resulting .config files. > > Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> > --- > Changes in v2: > - None. This patch wasn't present in v1 > > configs/a3y17lte_defconfig | 1 - > configs/a5y17lte_defconfig | 1 - > configs/a7y17lte_defconfig | 1 - > 3 files changed, 3 deletions(-) > > diff --git a/configs/a3y17lte_defconfig b/configs/a3y17lte_defconfig > index 42fcd2a3d317..043f3a04db88 100644 > --- a/configs/a3y17lte_defconfig > +++ b/configs/a3y17lte_defconfig > @@ -1,5 +1,4 @@ > CONFIG_ARM=y > -CONFIG_SYS_CONFIG_NAME="exynos78x0-common" > CONFIG_SKIP_LOWLEVEL_INIT=y > CONFIG_COUNTER_FREQUENCY=26000000 > CONFIG_ARCH_EXYNOS=y > diff --git a/configs/a5y17lte_defconfig b/configs/a5y17lte_defconfig > index 3b80536c12c8..14590f65e9c0 100644 > --- a/configs/a5y17lte_defconfig > +++ b/configs/a5y17lte_defconfig > @@ -1,5 +1,4 @@ > CONFIG_ARM=y > -CONFIG_SYS_CONFIG_NAME="exynos78x0-common" > CONFIG_SKIP_LOWLEVEL_INIT=y > CONFIG_COUNTER_FREQUENCY=26000000 > CONFIG_ARCH_EXYNOS=y > diff --git a/configs/a7y17lte_defconfig b/configs/a7y17lte_defconfig > index 9390e35057eb..ccb0bf2e8059 100644 > --- a/configs/a7y17lte_defconfig > +++ b/configs/a7y17lte_defconfig > @@ -1,5 +1,4 @@ > CONFIG_ARM=y > -CONFIG_SYS_CONFIG_NAME="exynos78x0-common" > CONFIG_SKIP_LOWLEVEL_INIT=y > CONFIG_COUNTER_FREQUENCY=26000000 > CONFIG_ARCH_EXYNOS=y > -- > 2.39.2 > applied to u-boot-samsung. Thanks. Minkyu Kang.
diff --git a/configs/a3y17lte_defconfig b/configs/a3y17lte_defconfig index 42fcd2a3d317..043f3a04db88 100644 --- a/configs/a3y17lte_defconfig +++ b/configs/a3y17lte_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_SYS_CONFIG_NAME="exynos78x0-common" CONFIG_SKIP_LOWLEVEL_INIT=y CONFIG_COUNTER_FREQUENCY=26000000 CONFIG_ARCH_EXYNOS=y diff --git a/configs/a5y17lte_defconfig b/configs/a5y17lte_defconfig index 3b80536c12c8..14590f65e9c0 100644 --- a/configs/a5y17lte_defconfig +++ b/configs/a5y17lte_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_SYS_CONFIG_NAME="exynos78x0-common" CONFIG_SKIP_LOWLEVEL_INIT=y CONFIG_COUNTER_FREQUENCY=26000000 CONFIG_ARCH_EXYNOS=y diff --git a/configs/a7y17lte_defconfig b/configs/a7y17lte_defconfig index 9390e35057eb..ccb0bf2e8059 100644 --- a/configs/a7y17lte_defconfig +++ b/configs/a7y17lte_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_SYS_CONFIG_NAME="exynos78x0-common" CONFIG_SKIP_LOWLEVEL_INIT=y CONFIG_COUNTER_FREQUENCY=26000000 CONFIG_ARCH_EXYNOS=y
As correct default SYS_CONFIG_NAME value is now set in board/samsung/axy17lte/Kconfig (in commit "board: samsung: Fix SYS_CONFIG_NAME configs in axy17lte Kconfig"), the SYS_CONFIG_NAME option can be safely removed from all a*y17lte defconfigs. That removal doesn't change resulting .config files. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> --- Changes in v2: - None. This patch wasn't present in v1 configs/a3y17lte_defconfig | 1 - configs/a5y17lte_defconfig | 1 - configs/a7y17lte_defconfig | 1 - 3 files changed, 3 deletions(-)