Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmoveconfig.py352 AUTO_CONF_PATH = 'include/config/auto.conf' variable
839 self.config_autoconf = os.path.join(build_dir, AUTO_CONF_PATH)
1202 cmd.append(AUTO_CONF_PATH)
1211 with open(os.path.join(self.build_dir, AUTO_CONF_PATH)) as fd: