Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dximg.c197 tail = (l > CHUNKSZ) ? CHUNKSZ : l; in do_imgextract()
/external/u-boot/include/
Dimage.h411 #ifndef CHUNKSZ
412 #define CHUNKSZ (64 * 1024) macro
/external/u-boot/common/
Dbootm.c377 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); in bootm_decomp_image()
Dimage.c1185 (void *)rd_data, rd_len, CHUNKSZ); in boot_ramdisk_high()