Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dsf.c42 char round_up_len; /* indicates if the "+length" form used */ in sf_parse_len_arg() local
45 round_up_len = 0; in sf_parse_len_arg()
47 round_up_len = 1; in sf_parse_len_arg()
55 if (round_up_len && flash->sector_size > 0) in sf_parse_len_arg()