diff options
author | Tom Rini <trini@konsulko.com> | 2022-01-19 08:09:34 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-19 08:09:34 -0500 |
commit | b24b201b6063f4d1ad093ad0399bca8eff4f1cff (patch) | |
tree | 6c6d0bcf814f4b6157943133214dc0f3cb3b2ace /board | |
parent | 6a685753ce8b6b02b67d64b239143bf19eda63c9 (diff) | |
parent | e93158beb35b7522ef999585ce0188297c51131e (diff) | |
download | u-boot-b24b201b6063f4d1ad093ad0399bca8eff4f1cff.tar.gz |
Merge https://source.denx.de/u-boot/custodians/u-boot-samsung
- Updates for a{3,7}y17lte platforms
Diffstat (limited to 'board')
-rw-r--r-- | board/samsung/axy17lte/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/samsung/axy17lte/Kconfig b/board/samsung/axy17lte/Kconfig index 2abf8e7acfc..a018547ff5d 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" |