summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorSilvano di Ninno <silvano.dininno@nxp.com>2018-11-21 05:36:49 +0100
committerSilvano di Ninno <silvano.dininno@nxp.com>2018-11-22 14:07:20 +0100
commit697cfe9dbdc079b68d8b5685b728a7283c837607 (patch)
treee265f5c42e5bb3f50b0cb4c46518dfce7d411c81 /arch/arm/include
parentf042c8f7ca3ce0020a193d5a51ca07afd95cdf51 (diff)
TEE-329-1: OP-TEE: Allow ATF to pass boot arg to u-boot
u-boot currently needs information from ATF to know if OP-TEE os has been loaded. this information is transmitted via bootargs. this patch enables saving those bootargs into a structure. Signed-off-by: Silvano di Ninno <silvano.dininno@nxp.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-imx8/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx8/sys_proto.h b/arch/arm/include/asm/arch-imx8/sys_proto.h
index 26078fcfc1..c264151305 100644
--- a/arch/arm/include/asm/arch-imx8/sys_proto.h
+++ b/arch/arm/include/asm/arch-imx8/sys_proto.h
@@ -19,4 +19,5 @@ struct pass_over_info_t {
int print_bootinfo(void);
int init_otg_power(void);
void power_off_pd_devices(const char* permanent_on_devices[], int size);
+extern unsigned long rom_pointer[];
enum boot_device get_boot_device(void);