
Hi Trent,
On Wed, Jun 20, 2018 at 05:51:28PM +0000, Trent Piepho wrote:
On Mon, 2018-06-18 at 06:57 +0300, Baruch Siach wrote:
Since commit f916757300 (imx: Create distinct pre-processed mkimage config files), *.cfgtmp files are no longer generated. There is no need to remove them on the 'clean' target anymore.
Remove also the .gitignore glob.
I didn't think of the gitignore file when I did that patch. While I did stop generating .cfgtmp files, I replaced them with .cfgout files. So the gitignore patch should really be a s/cfgtmp/cfgout/ I think.
It shouldn't be necessary to add *.cfgout to the find command since they are added to the target list and cleaned that way.
Thanks for reviewing.
I only build U-Boot with SPL that uses .cfgout from the spl/ directory which is in .gitignore already. But standalone .imx images use .cfgout from the top-level directory. So a *.cfgout in .gitignore is indeed needed.
I'll update and resubmit.
baruch