Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/parsers/
H A Dofpart_linksys_ns.c17 int bootpartition; in ofpart_linksys_ns_bootpartition() local
21 if (!kstrtoint(buf, 0, &bootpartition)) in ofpart_linksys_ns_bootpartition()
22 return bootpartition; in ofpart_linksys_ns_bootpartition()
36 int bootpartition = ofpart_linksys_ns_bootpartition(); in linksys_ns_partitions_post_parse() local
42 if (trx_idx++ == bootpartition) in linksys_ns_partitions_post_parse()
H A Dbcm47xxpart.c75 int bootpartition; in bcm47xxpart_bootpartition() local
79 if (!kstrtoint(buf, 0, &bootpartition)) in bcm47xxpart_bootpartition()
80 return bootpartition; in bcm47xxpart_bootpartition()
/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/
H A Dbrcm,bcm947xx-cfe-partitions.yaml33 CFE's environment variable "bootpartition" is used.