Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.c1215 bootm_headers_t *bootm_images = (bootm_headers_t *)images; in board_quiesce_devices() local
1218 if (orig_images_ep && orig_images_ep != bootm_images->ep) { in board_quiesce_devices()
1219 memmove((char *)bootm_images->ep, (const char *)orig_images_ep, in board_quiesce_devices()
1220 bootm_images->os.image_len); in board_quiesce_devices()
1222 orig_images_ep, bootm_images->ep); in board_quiesce_devices()