Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dbuilder.py215 config_only=False, squash_config_y=False): argument
268 self.squash_config_y = squash_config_y
270 if not self.squash_config_y:
598 value = '1' if self.squash_config_y else ''
605 if self.squash_config_y and value == 'y':
H A Dcontrol.py266 squash_config_y=not options.preserve_config_y)