Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dmoveconfig.py1551 def do_imply_config(config_list, add_imply, imply_flags, skip_added, argument
1649 if not (imply_flags & IMPLY_CMD):
1652 if not (imply_flags & IMPLY_TARGET):
1704 if num_common < (2 if imply_flags & IMPLY_MIN_2 else 5):
1735 not (imply_flags & IMPLY_NON_ARCH_BOARD)):
1823 imply_flags = 0
1824 if options.imply_flags == 'all':
1825 imply_flags = -1
1827 elif options.imply_flags:
1828 for flag in options.imply_flags.split(','):
[all …]