Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dkconfiglib.py1905 new_val = DEFAULT_VALUE[self.type]
3478 DEFAULT_VALUE = {BOOL: "n", TRISTATE: "n", STRING: "", INT: "", HEX: ""} variable