+// SPDX-License-Identifier: GPL-2.0+
/*
*
* Common security related functions for OMAP devices
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
u32 tee_arg0; /* argument to TEE jump function, in r0 */
};
-static uint32_t secure_rom_call_args[5] __aligned(ARCH_DMA_MINALIGN);
+static uint32_t secure_rom_call_args[5] __aligned(ARCH_DMA_MINALIGN) __section(".data");
u32 secure_rom_call(u32 service, u32 proc_id, u32 flag, ...)
{