Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dximg.c198 tail = (l > CHUNKSZ) ? CHUNKSZ : l; in do_imgextract()
/rk3399_rockchip-uboot/include/
H A Dimage.h415 #ifndef CHUNKSZ
416 #define CHUNKSZ (64 * 1024) macro
/rk3399_rockchip-uboot/common/
H A Dbootm.c429 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); in bootm_decomp_image()
H A Dimage.c1207 (void *)rd_data, rd_len, CHUNKSZ); in boot_ramdisk_high()