ARM: exynos: use correct exynos4210-origen SoC in Kconfig
authorHenrik Grimler <henrik@grimler.se>
Fri, 22 Aug 2025 18:54:38 +0000 (20:54 +0200)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 1 Sep 2025 09:27:17 +0000 (18:27 +0900)
There exists both a Origen board based on exynos4210, and a board
based on exynos4412. U-boot only supports the one based on exynos
4210, but Kconfig string was accidentally written as Exynos4412 Origen
in previous migration to Kconfig. Fix the string to clear up
confusion, and to not give the impression that both types of Origen
boards are supported.

Fixes: 72df68cc6b73 ("exynos: kconfig: move board select menu and common settings")

Signed-off-by: Henrik Grimler <henrik@grimler.se>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/mach-exynos/Kconfig

index 2819303..2cd67d0 100644 (file)
@@ -88,7 +88,7 @@ config TARGET_S5PC210_UNIVERSAL
        select MISC_COMMON
 
 config TARGET_ORIGEN
-       bool "Exynos4412 Origen board"
+       bool "Exynos4210 Origen board"
        select EXYNOS4210
        select SUPPORT_SPL