1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-15 09:19:28 +01:00

arm: imx8: Move container image header file to mach-imx

Since the container is shared among i.MX platforms, move its header file
to mach-imx

Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Ye Li
2021-08-07 16:00:37 +08:00
committed by Stefano Babic
parent 7d84978c9c
commit 31f0085285
5 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
#include <tee.h>
#ifdef CONFIG_IMX_SECO_DEK_ENCAP
#include <asm/arch/sci/sci.h>
#include <asm/arch/image.h>
#include <asm/mach-imx/image.h>
#endif
#include <cpu_func.h>

View File

@@ -11,7 +11,7 @@
#include <mmc.h>
#include <spi_flash.h>
#include <nand.h>
#include <asm/arch/image.h>
#include <asm/mach-imx/image.h>
#include <asm/arch/sys_proto.h>
#include <asm/mach-imx/boot_mode.h>

View File

@@ -13,7 +13,7 @@
#include <asm/mach-imx/sys_proto.h>
#include <asm/arch-imx/cpu.h>
#include <asm/arch/sys_proto.h>
#include <asm/arch/image.h>
#include <asm/mach-imx/image.h>
#include <console.h>
#include <cpu_func.h>

View File

@@ -7,7 +7,7 @@
#include <errno.h>
#include <log.h>
#include <spl.h>
#include <asm/arch/image.h>
#include <asm/mach-imx/image.h>
#include <asm/arch/sci/sci.h>
#define SEC_SECURE_RAM_BASE 0x31800000UL