[PATCH v2 06/14] dtoc: Rename the main module
    sjg at google.com 
    sjg at google.com
       
    Mon Apr 27 05:06:50 CEST 2020
    
    
  
Python does not like the module name being the same as the module
directory. To allow dtoc modules to be used from other tools, rename
it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
 tools/dtoc/dtoc                 | 2 +-
 tools/dtoc/{dtoc.py => main.py} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename tools/dtoc/{dtoc.py => main.py} (98%)
Applied to u-boot-dm, thanks!
    
    
More information about the U-Boot
mailing list