Home
last modified time | relevance | path

Searched refs:secboot_file (Results 1 – 2 of 2) sorted by relevance

/bsp/w60x/
A Dmakeimg.py98 secboot_file=wmlib_path_full + '/Tools/secboot.img' variable
115 secboot_file = os.path.abspath(secboot_file).replace('\\', '/'); variable
126 if not copy_file('secboot', secboot_file): exit(0)
137 (secboot_file_path,secboot_file_name) = os.path.split(secboot_file)
A Dmakeimg.bat26 set secboot_file=%wmlib_path_full%\Tools\secboot.img variable
46 if exist "%secboot_file%" (copy "%secboot_file%" "%out_path%") else (echo makeimg err! No secboot f…
58 for /f "delims=" %%A in ('dir /b %secboot_file%') do set "secboot_file_name=%%A"

Completed in 4 milliseconds