Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py3333 def _sym_str_string(sym_or_str): argument
3334 if isinstance(sym_or_str, str):
3335 return '"' + sym_or_str + '"'
3336 return sym_or_str.name