]> git.baikalelectronics.ru Git - uboot.git/commit
tools/mkimage: Fix DTC run command to handle file names with space
authorMirza, Taimoor <Taimoor_Mirza@mentor.com>
Wed, 4 Oct 2017 15:28:03 +0000 (20:28 +0500)
committerTom Rini <trini@konsulko.com>
Mon, 16 Oct 2017 13:42:51 +0000 (09:42 -0400)
commit39ba12993d70f41aea1a22d58b7ea4cbe85b87ae
tree200c810cd44c779e74cebb1c42d4d7b7f7fac01b
parentbc4d0aa6d9b14d6839faa7690764d176ccf2a1b3
tools/mkimage: Fix DTC run command to handle file names with space

fit_handle_file function does not quote input and output files while preparing
command to run DTC to convert .its to .itb. This results in a failure if input
or output files contain spaces in their names. Quote input and output files in
DTC command to avoid this failure.

Signed-off-by: Mirza, Taimoor <Taimoor_Mirza@mentor.com>
tools/fit_image.c