]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Added support for comments in input to mkenvimage.
authorDominik Muth <dominik.muth@bkvibro.com>
Thu, 28 Aug 2014 10:25:27 +0000 (12:25 +0200)
committerTom Rini <trini@ti.com>
Mon, 10 Nov 2014 21:25:28 +0000 (16:25 -0500)
commite72be8947e129f5ab274c0a9f235d2cc0014b2ea
tree5829a967e99b8b0a2b5c7cb8f62fe602d1d1fb4d
parente183de0d3efccd77b4a7b9d1395a9f29bba68e26
Added support for comments in input to mkenvimage.

This patch adds support for comments in the input to mkenvimage, i.e. in
the environment source: All lines starting with a # in the firs column
will be ignored.

Additionally empty lines will also be ignored.

Signed-off-by: Dominik Muth <dominik.muth@bkvibro.com>
tools/mkenvimage.c