Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.c64 static ulong orig_images_ep; variable
751 orig_images_ep = images->ep; in arch_preboot_os()
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()
1222 orig_images_ep, bootm_images->ep); in board_quiesce_devices()