[U-Boot] [RFC PATCH v2 1/3] tools: moveconfig: Add an option to build a fuller database of options
Simon Glass
sjg at chromium.org
Tue Oct 9 16:20:29 UTC 2018
On 3 October 2018 at 07:53, Jean-Jacques Hiblot <jjhiblot at ti.com> 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 <jjhiblot at ti.com>
> ---
>
> Changes in v2: None
Really?
>
> tools/moveconfig.py | 56 ++++++++++++++++++++++++++++++++++++++++++++++-------
> 1 file changed, 49 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list