diff options
author | Peng Fan <peng.fan@nxp.com> | 2020-07-06 15:35:00 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-28 16:18:10 -0400 |
commit | 936d07d14dcace0a8e302559b96c18eb42833c2f (patch) | |
tree | 0c04b71196eba39ebcb7890ed00106311dabe993 /Kconfig | |
parent | acc415ac60d1741a3b1496ab1d3e58232bac6174 (diff) |
Kconfig: add SPL_LOAD_FIT_ADDRESS
Add SPL_LOAD_FIT_ADDRESS to make user could add it in defconfig
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -526,6 +526,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 |