From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Thu, 14 May 2015 23:37:48 +0900 Subject: [U-Boot] [PATCH v3 08/10] moveconfig: Handle moving multiple configs at once In-Reply-To: <1431556137-8426-8-git-send-email-joe.hershberger@ni.com> References: <1431364998-2905-1-git-send-email-joe.hershberger@ni.com> <1431556137-8426-1-git-send-email-joe.hershberger@ni.com> <1431556137-8426-8-git-send-email-joe.hershberger@ni.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Joe, 2015-05-14 7:28 GMT+09:00 Joe Hershberger : > Moving configs is a fairly slow process since each board config must > pass through a compiler to evaluate the configs. Also, many configs > are related in a way that makes sense to atomically move. > > Add support to tools/moveconfig.py to read multiple lines from the > .moveconfig file and create a parser for each. After compiling the > configs, simply run all the parsers on the autoconf.mk to find the > state of each of those configs. > > Signed-off-by: Joe Hershberger > Sorry for leaving this scripts for such a long time. (I have been busy in the Linux side lately.) causing two people to develope a similar feature. I thought the same thing. My idea was to stop giving config attributes from the command arguments. Instead, the name of the input file is given as the argument. -- Best Regards Masahiro Yamada