Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dsf.c43 char round_up_len; /* indicates if the "+length" form used */ in sf_parse_len_arg() local
46 round_up_len = 0; in sf_parse_len_arg()
48 round_up_len = 1; in sf_parse_len_arg()
56 if (round_up_len && flash->sector_size > 0) in sf_parse_len_arg()