aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-10-31 12:47:35 -0400
committerTom Rini <trini@konsulko.com>2021-10-31 12:47:35 -0400
commite63a3130e99faf0cf4dc67c4bbb92d028ffd69ee (patch)
treeeb8c87397dc7a731c8c9b69f2bdf0bf100945fec /arch
parent50bff6a6f86669a8652e2bf271eeb04f77911274 (diff)
parent16f1f0058974abd480a2c01d99a98179c667e828 (diff)
downloadu-boot-e63a3130e99faf0cf4dc67c4bbb92d028ffd69ee.zip
u-boot-e63a3130e99faf0cf4dc67c4bbb92d028ffd69ee.tar.gz
u-boot-e63a3130e99faf0cf4dc67c4bbb92d028ffd69ee.tar.bz2
Merge https://source.denx.de/u-boot/custodians/u-boot-sh
- rzg2_beacon updates
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-rmobile/Kconfig.6422
1 files changed, 10 insertions, 12 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index 9854974..007eaad 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -83,23 +83,19 @@ choice
prompt "Renesas ARM64 SoCs board select"
optional
-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"
+ bool "Beacon EmbeddedWorks RZ/G2 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 R8A774E1
select RZ_G2
+ select PINCTRL_PFC_R8A774A1
select PINCTRL_PFC_R8A774B1
+ select PINCTRL_PFC_R8A774E1
+ imply MULTI_DTB_FIT
+ imply MULTI_DTB_FIT_USER_DEFINED_AREA
+ imply CLK_VERSACLOCK
+ imply CLK_CCF
config TARGET_CONDOR
bool "Condor board"
@@ -189,11 +185,13 @@ source "board/hoperun/hihope-rzg2/Kconfig"
source "board/silinux/ek874/Kconfig"
config MULTI_DTB_FIT_UNCOMPRESS_SZ
+ default 0x80000 if TARGET_BEACON_RZG2M
default 0x80000 if TARGET_HIHOPE_RZG2
default 0x80000 if TARGET_SALVATOR_X
default 0x80000 if TARGET_ULCB
config MULTI_DTB_FIT_USER_DEF_ADDR
+ default 0x49000000 if TARGET_BEACON_RZG2M
default 0x49000000 if TARGET_HIHOPE_RZG2
default 0x49000000 if TARGET_SALVATOR_X
default 0x49000000 if TARGET_ULCB