Searched refs:to_copy (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
H A Dsand_nand.c359 unsigned int to_copy; local
393 to_copy = max(min(len, src_len - chip->column), 0);
395 to_copy = 0;
396 memcpy(buf, src + chip->column, to_copy);
397 memset(buf + to_copy, 0xff, len - to_copy);
398 chip->column += to_copy;
/u-boot/tools/buildman/
H A Dbuilderthread.py648 to_copy = ['u-boot*', '*.map', 'MLO', 'SPL',
651 to_copy += [f'*{ext}' for ext in COMMON_EXTS]
652 copy_files(result.out_dir, build_dir, '', to_copy)

Completed in 40 milliseconds