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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user