Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/buildman/
H A Dbuilder.py227 config_only=False, squash_config_y=False, argument
282 self.squash_config_y = squash_config_y
284 if not self.squash_config_y:
617 value = '1' if self.squash_config_y else ''
624 if self.squash_config_y and value == 'y':
H A Dcontrol.py300 squash_config_y=not options.preserve_config_y,