blob: 6f412225fa74a602a2305ccd7b3d498adb961363 [file] [log] [blame]
/*
* Copyright (c) 2024, Pengutronix, Inc. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef PLAT_COMMON_H
#define PLAT_COMMON_H
#include <stdint.h>
#include <common/bl_common.h>
int imx_bl31_params_parse(uintptr_t arg0, uintptr_t ocram_base,
uintptr_t ocram_size,
entry_point_info_t *bl32_info,
entry_point_info_t *bl33_info);
#endif /* PLAT_COMMON_H */