Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmksunxiboot.c51 #define SRAM_LOAD_MAX_SIZE (SUNXI_SRAM_SIZE - sizeof(struct boot_file_head)) macro
62 char code[SRAM_LOAD_MAX_SIZE];
120 if (file_size > SRAM_LOAD_MAX_SIZE) { in main()