public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/2] Kconfig: add SPL_LOAD_FIT_ADDRESS
@ 2020-07-06  7:35 peng.fan at nxp.com
  2020-07-06  7:35 ` [PATCH 2/2] configs: migrate CONFIG_SPL_LOAD_FIT_ADDRESS to defconfigs peng.fan at nxp.com
  2020-07-28 22:28 ` [PATCH 1/2] Kconfig: add SPL_LOAD_FIT_ADDRESS Tom Rini
  0 siblings, 2 replies; 6+ messages in thread
From: peng.fan at nxp.com @ 2020-07-06  7:35 UTC (permalink / raw)
  To: u-boot

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

Add SPL_LOAD_FIT_ADDRESS to make user could add it in defconfig

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Kconfig b/Kconfig
index 8f3fba085a..1e63e1d7ba 100644
--- a/Kconfig
+++ b/Kconfig
@@ -474,6 +474,14 @@ config SPL_LOAD_FIT
 	  particular it can handle selecting from multiple device tree
 	  and passing the correct one to U-Boot.
 
+config SPL_LOAD_FIT_ADDRESS
+	hex "load address of fit image"
+	depends on SPL_LOAD_FIT
+	default 0x0
+	help
+	  Specify the load address of the fit image that will be loaded
+	  by SPL.
+
 config SPL_LOAD_FIT_APPLY_OVERLAY
 	bool "Enable SPL applying DT overlays from FIT"
 	depends on SPL_LOAD_FIT
-- 
2.16.4

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

end of thread, other threads:[~2020-07-28 22:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-06  7:35 [PATCH 1/2] Kconfig: add SPL_LOAD_FIT_ADDRESS peng.fan at nxp.com
2020-07-06  7:35 ` [PATCH 2/2] configs: migrate CONFIG_SPL_LOAD_FIT_ADDRESS to defconfigs peng.fan at nxp.com
2020-07-24  7:10   ` Leo Liang
2020-07-27  1:20     ` Peng Fan
2020-07-28 22:28   ` Tom Rini
2020-07-28 22:28 ` [PATCH 1/2] Kconfig: add SPL_LOAD_FIT_ADDRESS Tom Rini

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