Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dmksunxiboot.c52 #define SRAM_LOAD_MAX_SIZE (SUNXI_SRAM_SIZE - sizeof(struct boot_file_head)) macro
63 char code[SRAM_LOAD_MAX_SIZE];
121 if (file_size > SRAM_LOAD_MAX_SIZE) { in main()