Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_base_cpld.cpp24 static constexpr std::string_view tagEndConfig = "NOTE END CONFIG DATA"; variable
167 else if (line.starts_with(tagEndConfig)) in jedFileParser()