[PATCH 1/2] Kconfig: add SPL_LOAD_FIT_ADDRESS
peng.fan at nxp.com
peng.fan at nxp.com
Mon Jul 6 09:35:00 CEST 2020
From: Peng Fan <peng.fan at nxp.com>
Add SPL_LOAD_FIT_ADDRESS to make user could add it in defconfig
Signed-off-by: Peng Fan <peng.fan at 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
More information about the U-Boot
mailing list