summaryrefslogtreecommitdiff
path: root/board/samsung/axy17lte
diff options
context:
space:
mode:
authorHenrik Grimler <henrik@grimler.se>2022-01-07 20:12:54 +0100
committerMinkyu Kang <mk7.kang@samsung.com>2022-01-13 14:33:00 +0900
commit00809bd4e9e933bcb3c9b8fbd0e456cff18497b1 (patch)
treee12c1ba3075b0c698a156965c3c6ba5c6258b2c5 /board/samsung/axy17lte
parentfe04d885fb540b614a2f989e16e808b300ccb52e (diff)
board: samsung: fix menu entries for a{3,7}y17lte
a7y17lte is called SM-A720F, and a3y17lte SM-A320F. a3y17lte also should select PINCTRL_EXYNOS78x0, not the (non-existent) PINCTRL_EXYNOS7880, and it has an Exynos 7870 SoC and not 7880. Fixes: 3e2095e960b4 ("board: samsung: add support for Galaxy A series of 2017 (a5y17lte)") Signed-off-by: Henrik Grimler <henrik@grimler.se> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/samsung/axy17lte')
-rw-r--r--board/samsung/axy17lte/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/samsung/axy17lte/Kconfig b/board/samsung/axy17lte/Kconfig
index 2abf8e7acf..a018547ff5 100644
--- a/board/samsung/axy17lte/Kconfig
+++ b/board/samsung/axy17lte/Kconfig
@@ -27,7 +27,7 @@ if TARGET_A7Y17LTE
config SYS_BOARD
default "axy17lte"
help
- a5y17lte is a production board for SM-A520F phone on Exynos7880 SoC.
+ a7y17lte is a production board for SM-A720F phone on Exynos7880 SoC.
config SYS_VENDOR
default "samsung"
@@ -44,7 +44,7 @@ if TARGET_A3Y17LTE
config SYS_BOARD
default "axy17lte"
help
- a3y17lte is a production board for SM-A520F phone on Exynos7880 SoC.
+ a3y17lte is a production board for SM-A320F phone on Exynos7870 SoC.
config SYS_VENDOR
default "samsung"