Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dmoveconfig.py1550 def do_imply_config(config_list, add_imply, imply_flags, skip_added, argument
1648 if not (imply_flags & IMPLY_CMD):
1651 if not (imply_flags & IMPLY_TARGET):
1703 if num_common < (2 if imply_flags & IMPLY_MIN_2 else 5):
1734 not (imply_flags & IMPLY_NON_ARCH_BOARD)):
1822 imply_flags = 0
1823 if options.imply_flags == 'all':
1824 imply_flags = -1
1826 elif options.imply_flags:
1827 for flag in options.imply_flags.split(','):
[all …]