From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 9 Oct 2018 10:20:29 -0600 Subject: [U-Boot] [RFC PATCH v2 1/3] tools: moveconfig: Add an option to build a fuller database of options In-Reply-To: <1538574832-21910-2-git-send-email-jjhiblot@ti.com> References: <1538574832-21910-1-git-send-email-jjhiblot@ti.com> <1538574832-21910-2-git-send-email-jjhiblot@ti.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 On 3 October 2018 at 07:53, Jean-Jacques Hiblot wrote: > "moveconfig -b" will build a database of config options based on the > content of include/config/auto.conf that reflects the .config > > Add a new option '-B' that does essentially the same, except that it uses > the content of u-boot.cfg, spl/u-boot.cfg and tpl/u-boot.cfg. > This allows to get the options from .config AND the headers for all the > possible binary types (u-boot, SPL and TPL) > > Signed-off-by: Jean-Jacques Hiblot > --- > > Changes in v2: None Really? > > tools/moveconfig.py | 56 ++++++++++++++++++++++++++++++++++++++++++++++------- > 1 file changed, 49 insertions(+), 7 deletions(-) Reviewed-by: Simon Glass