From 7b86cd4274e66e0336b6da1399a0e7a7a4a1581e Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Thu, 22 Aug 2019 07:42:33 +0000 Subject: 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 --- arch/arm/mach-imx/imx8/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/arm/mach-imx/imx8/Makefile') diff --git a/arch/arm/mach-imx/imx8/Makefile b/arch/arm/mach-imx/imx8/Makefile index 92b5c56acb..5f62b2826e 100644 --- a/arch/arm/mach-imx/imx8/Makefile +++ b/arch/arm/mach-imx/imx8/Makefile @@ -5,3 +5,7 @@ # obj-y += cpu.o iomux.o misc.o + +ifdef CONFIG_SPL_BUILD +obj-$(CONFIG_SPL_LOAD_IMX_CONTAINER) += parse-container.o +endif -- cgit