Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dsunxi-spl-image-builder.c345 static int valid_ecc_strengths[] = { 16, 24, 28, 32, 40, 48, 56, 60, 64 }; in check_image_info() local
370 for (i = 0; i < ARRAY_SIZE(valid_ecc_strengths); i++) { in check_image_info()
371 if (valid_ecc_strengths[i] == info->ecc_strength) in check_image_info()
375 if (i == ARRAY_SIZE(valid_ecc_strengths)) { in check_image_info()