blob: 1f1442b6f0aa2a9703fff81c1a5628d284b8cd05 [file] [log] [blame]
Hou Zhiqiang00787862016-06-28 20:18:14 +08001/*
2 * Copyright 2016 NXP Semiconductor, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __FSL_PPA_H_
8#define __FSL_PPA_H_
9
10#define SEC_FIRMWARE_FIT_IMAGE "firmware"
11#define SEC_FIRMEWARE_FIT_CNF_NAME "config@1"
12#define SEC_FIRMWARE_TARGET_EL 2
13
14int ppa_init(void);
15
16#endif