U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] imx: Kconfig: make IMX8_ROMAPI configurable
@ 2024-10-05 23:31 alice.guo
  2024-10-06 21:23 ` Tom Rini
  2024-10-07 11:48 ` Fabio Estevam
  0 siblings, 2 replies; 12+ messages in thread
From: alice.guo @ 2024-10-05 23:31 UTC (permalink / raw)
  To: u-boot
  Cc: sbabic, festevam, uboot-imx, trini, marek.vasut+renesas, peng.fan,
	fedor.ross, ye.li, seanga2, Alice Guo

From: Peng Fan <peng.fan@nxp.com>

Make CONFIG_IMX8_ROMAPI could be configured in defconfig.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Alice Guo <alice.guo@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
---
 arch/arm/mach-imx/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 134e42028c..9d3aafd2f8 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -179,7 +179,8 @@ config DDRMC_VF610_CALIBRATION
 	  the ddrmc_cr_setting on relevant board file.
 
 config IMX8_ROMAPI
-	def_bool y
+	bool "Enable i.MX ROMAPI"
+	default y
 	depends on IMX8MN || IMX8MP || IMX8ULP || IMX9
 
 config SPL_IMX_ROMAPI_LOADADDR
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-10-08 15:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-05 23:31 [PATCH v1] imx: Kconfig: make IMX8_ROMAPI configurable alice.guo
2024-10-06 21:23 ` Tom Rini
2024-10-06 22:28   ` Marek Vasut
2024-10-06 22:50     ` Tom Rini
2024-10-07 11:46       ` Peng Fan
2024-10-07 14:17         ` Tom Rini
2024-10-08  8:54           ` Peng Fan
2024-10-08 13:41             ` Tom Rini
2024-10-08 15:32               ` Peng Fan
2024-10-07 11:23     ` Peng Fan
2024-10-07 11:32       ` Marek Vasut
2024-10-07 11:48 ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox