[PATCH] ARM: renesas: Drop 'imply MULTI_DTB_FIT_USER_DEFINED_AREA' lines

Tom Rini trini at konsulko.com
Sat Mar 15 02:29:11 CET 2025


As the code is today, we get a warning about "select" statements on
"choice" options not doing anything. This is why for all of the boards
which had an 'imply MULTI_DTB_FIT_USER_DEFINED_AREA' they then also had
to set the option in the defconfig. Drop the imply lines here.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Marek Vasut <marek.vasut+renesas at mailbox.org>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
 arch/arm/mach-renesas/Kconfig       | 1 -
 arch/arm/mach-renesas/Kconfig.rcar3 | 4 ----
 2 files changed, 5 deletions(-)

diff --git a/arch/arm/mach-renesas/Kconfig b/arch/arm/mach-renesas/Kconfig
index aeb55da609bd..86135f10b8f6 100644
--- a/arch/arm/mach-renesas/Kconfig
+++ b/arch/arm/mach-renesas/Kconfig
@@ -74,7 +74,6 @@ config RZG2L
 	select RCAR_64
 	imply CLK_RZG2L
 	imply MULTI_DTB_FIT
-	imply MULTI_DTB_FIT_USER_DEFINED_AREA
 	imply PINCTRL_RZG2L
 	imply RENESAS_SDHI
 	imply RZG2L_GPIO
diff --git a/arch/arm/mach-renesas/Kconfig.rcar3 b/arch/arm/mach-renesas/Kconfig.rcar3
index ad35d1058f29..0d5f74862182 100644
--- a/arch/arm/mach-renesas/Kconfig.rcar3
+++ b/arch/arm/mach-renesas/Kconfig.rcar3
@@ -91,7 +91,6 @@ config TARGET_BEACON_RZG2M
 	imply CLK_CCF
 	imply CLK_VERSACLOCK
 	imply MULTI_DTB_FIT
-	imply MULTI_DTB_FIT_USER_DEFINED_AREA
 
 config TARGET_CONDOR
 	bool "Condor board"
@@ -130,7 +129,6 @@ config TARGET_EBISU
 config TARGET_HIHOPE_RZG2
 	bool "HiHope RZ/G2 board"
 	imply MULTI_DTB_FIT
-	imply MULTI_DTB_FIT_USER_DEFINED_AREA
 	imply R8A774A1
 	imply R8A774B1
 	imply R8A774E1
@@ -149,7 +147,6 @@ config TARGET_SILINUX_EK874
 config TARGET_SALVATOR_X
 	bool "Salvator-X board"
 	imply MULTI_DTB_FIT
-	imply MULTI_DTB_FIT_USER_DEFINED_AREA
 	imply R8A7795
 	imply R8A7796
 	imply R8A77965
@@ -160,7 +157,6 @@ config TARGET_SALVATOR_X
 config TARGET_ULCB
 	bool "ULCB board"
 	imply MULTI_DTB_FIT
-	imply MULTI_DTB_FIT_USER_DEFINED_AREA
 	imply R8A7795
 	imply R8A7796
 	imply R8A77965
-- 
2.43.0



More information about the U-Boot mailing list