Searched refs:bootm_decomp_image (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | bootm.h | 74 int bootm_decomp_image(int comp, ulong load, ulong image_start, int type,
|
| /rk3399_rockchip-uboot/test/ |
| H A D | compression.c | 423 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 D | bootm.c | 409 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()
|