diff options
author | Peng Fan <peng.fan@nxp.com> | 2019-08-22 07:42:33 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-10-08 16:35:58 +0200 |
commit | 7b86cd4274e66e0336b6da1399a0e7a7a4a1581e (patch) | |
tree | 1f74a40b5274a1a19b8415adb856c3cc8a3e12eb /arch/arm/mach-imx/imx8/Kconfig | |
parent | b152584283088b79b967f361e673c744d3ef325b (diff) |
imx8: support parsing i.MX8 Container file
Add parsing i.MX8 Container file support, this is to let
SPL could load images in a container file to destination address.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/mach-imx/imx8/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/imx8/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/imx8/Kconfig b/arch/arm/mach-imx/imx8/Kconfig index bbe323d5ca..e9496cb611 100644 --- a/arch/arm/mach-imx/imx8/Kconfig +++ b/arch/arm/mach-imx/imx8/Kconfig @@ -23,6 +23,12 @@ config IMX8QXP config SYS_SOC default "imx8" +config SPL_LOAD_IMX_CONTAINER + bool "Enable SPL loading U-Boot as a i.MX Container image" + depends on SPL + help + This is to let SPL could load i.MX8 Container image + choice prompt "i.MX8 board select" optional |