diff options
| author | Tom Rini <[email protected]> | 2022-01-19 08:09:34 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-19 08:09:34 -0500 |
| commit | b24b201b6063f4d1ad093ad0399bca8eff4f1cff (patch) | |
| tree | 6c6d0bcf814f4b6157943133214dc0f3cb3b2ace /arch | |
| parent | 6a685753ce8b6b02b67d64b239143bf19eda63c9 (diff) | |
| parent | e93158beb35b7522ef999585ce0188297c51131e (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-samsung
- Updates for a{3,7}y17lte platforms
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-exynos/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 10301c10888..6087d93c71a 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -162,7 +162,7 @@ config TARGET_A5Y17LTE select SUPPORT_SPL config TARGET_A7Y17LTE - bool "Samsung SM-A520F board" + bool "Samsung SM-A720F board" select ARM64 select CLK_EXYNOS select OF_CONTROL @@ -171,12 +171,12 @@ config TARGET_A7Y17LTE select SUPPORT_SPL config TARGET_A3Y17LTE - bool "Samsung SM-A520F board" + bool "Samsung SM-A320F board" select ARM64 select CLK_EXYNOS select OF_CONTROL select PINCTRL - select PINCTRL_EXYNOS7880 + select PINCTRL_EXYNOS78x0 select SUPPORT_SPL endchoice |
