Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dbootm.h74 int bootm_decomp_image(int comp, ulong load, ulong image_start, int type,
/rk3399_rockchip-uboot/test/
H A Dcompression.c423 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test()
429 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test()
441 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test()
/rk3399_rockchip-uboot/common/
H A Dbootm.c409 int bootm_decomp_image(int comp, ulong load, ulong image_start, int type, in bootm_decomp_image() function
516 err = bootm_decomp_image(os.comp, load, os.image_start, os.type, in bootm_load_os()
1033 ret = bootm_decomp_image(imape_comp, 0, data, image_type, load_buf, in bootm_host_load_image()