From: Peng Fan Date: Mon, 6 Jul 2020 07:35:00 +0000 (+0800) Subject: Kconfig: add SPL_LOAD_FIT_ADDRESS X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=936d07d14dcace0a8e302559b96c18eb42833c2f;p=u-boot.git Kconfig: add SPL_LOAD_FIT_ADDRESS Add SPL_LOAD_FIT_ADDRESS to make user could add it in defconfig Signed-off-by: Peng Fan --- diff --git a/Kconfig b/Kconfig index 566ca72c92..e6308f30e5 100644 --- a/Kconfig +++ b/Kconfig @@ -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