Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/parsers/
H A Dparser_imagetag.c80 STR_NULL_TERMINATE(buf->flash_image_start); in bcm963xx_parse_imagetag_partitions()
81 if (kstrtouint(buf->flash_image_start, 10, &rootfsaddr) || in bcm963xx_parse_imagetag_partitions()
84 (int)sizeof(buf->flash_image_start), in bcm963xx_parse_imagetag_partitions()
85 buf->flash_image_start); in bcm963xx_parse_imagetag_partitions()
/openbmc/linux/include/linux/
H A Dbcm963xx_tag.h68 char flash_image_start[ADDRESS_LEN]; member