
On 26 October 2018 at 05:14, Jean-Jacques Hiblot jjhiblot@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@ti.com Reviewed-by: Simon Glass sjg@chromium.org
Changes in v3: None Changes in v2: New
tools/moveconfig.py | 56 ++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 49 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org