aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-06-24 21:18:22 -0400
committerTom Rini <trini@konsulko.com>2021-06-24 21:18:22 -0400
commit1b044fd1c93d4f66230bf038c630bb1c493ea5d7 (patch)
tree435de84e419bbc0a9b2e9eec5ba9c5fc204b1f6c
parent0e1819f2fb3c6089cd74fb5d9eb99d1184887366 (diff)
parent12ef8016736a50feb744b14ac42c7d849dab2f97 (diff)
downloadu-boot-WIP/24Jun2021.zip
u-boot-WIP/24Jun2021.tar.gz
u-boot-WIP/24Jun2021.tar.bz2
Merge https://source.denx.de/u-boot/custodians/u-boot-shWIP/24Jun2021
- Beacon board fix, for this release.
-rw-r--r--arch/arm/mach-rmobile/Kconfig.643
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index 3f7ec05..c621f8a 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -69,16 +69,19 @@ choice
config TARGET_BEACON_RZG2H
bool "Beacon EmbeddedWorks RZ/G2H Dev Kit"
select R8A774E1
+ select RZ_G2
select PINCTRL_PFC_R8A774E1
config TARGET_BEACON_RZG2M
bool "Beacon EmbeddedWorks RZ/G2M Dev Kit"
select R8A774A1
+ select RZ_G2
select PINCTRL_PFC_R8A774A1
config TARGET_BEACON_RZG2N
bool "Beacon EmbeddedWorks RZ/G2N Dev Kit"
select R8A774B1
+ select RZ_G2
select PINCTRL_PFC_R8A774B1
config TARGET_CONDOR