From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 3 Nov 2018 00:08:19 -0600 Subject: [U-Boot] [RFC PATCH v3 1/3] tools: moveconfig: Add an option to build a fuller database of options In-Reply-To: <1540552457-27467-2-git-send-email-jjhiblot@ti.com> References: <1540552457-27467-1-git-send-email-jjhiblot@ti.com> <1540552457-27467-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 26 October 2018 at 05:14, 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 > Reviewed-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: New > > tools/moveconfig.py | 56 ++++++++++++++++++++++++++++++++++++++++++++++------- > 1 file changed, 49 insertions(+), 7 deletions(-) Reviewed-by: Simon Glass