Home
last modified time | relevance | path

Searched refs:MAX_PLUGIN_CODE_SIZE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dimximage.h12 #define MAX_PLUGIN_CODE_SIZE (64 * 1024) macro
173 char plugin_code[MAX_PLUGIN_CODE_SIZE];
/OK3568_Linux_fs/u-boot/tools/
H A Dimximage.c393 hdr_v2->boot_data.size = MAX_PLUGIN_CODE_SIZE; in set_imx_hdr_v2()
581 if (sbuf.st_size > MAX_PLUGIN_CODE_SIZE) { in copy_plugin_code()
854 header_size += MAX_PLUGIN_CODE_SIZE; in imximage_set_header()
935 header_size += MAX_PLUGIN_CODE_SIZE; in imximage_generate()