diff mbox series

[1/2] Kconfig: add SPL_LOAD_FIT_ADDRESS

Message ID 20200706073501.11790-1-peng.fan@nxp.com
State Accepted
Commit 936d07d14dcace0a8e302559b96c18eb42833c2f
Delegated to: Tom Rini
Headers show
Series [1/2] Kconfig: add SPL_LOAD_FIT_ADDRESS | expand

Commit Message

Peng Fan July 6, 2020, 7:35 a.m. UTC
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(+)

Comments

Tom Rini July 28, 2020, 10:28 p.m. UTC | #1
On Mon, Jul 06, 2020 at 03:35:00PM +0800, peng.fan@nxp.com wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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