Searched refs:bootm_images (Results 1 – 1 of 1) sorted by relevance
1215 bootm_headers_t *bootm_images = (bootm_headers_t *)images; in board_quiesce_devices() local1218 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()