Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/
H A Dloader.h361 #define UBOOT_MAX_GUNZIP_BYTES (64 << 20) macro
/openbmc/qemu/hw/core/
H A Dloader-fit.c73 uncomp_len = UBOOT_MAX_GUNZIP_BYTES; in fit_load_image_alloc()
H A Dloader.c748 max_bytes = UBOOT_MAX_GUNZIP_BYTES; in load_uboot_image()