Home
last modified time | relevance | path

Searched refs:img_ptr (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/common/
H A Dfsl_validate.c832 static int secboot_init(struct fsl_secboot_img_priv **img_ptr) in secboot_init() argument
834 *img_ptr = malloc(sizeof(struct fsl_secboot_img_priv)); in secboot_init()
836 struct fsl_secboot_img_priv *img = *img_ptr; in secboot_init()