commit | e72be8947e129f5ab274c0a9f235d2cc0014b2ea | [log] [tgz] |
---|---|---|
author | Dominik Muth <dominik.muth@bkvibro.com> | Thu Aug 28 12:25:27 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Mon Nov 10 16:25:28 2014 -0500 |
tree | 5829a967e99b8b0a2b5c7cb8f62fe602d1d1fb4d | |
parent | e183de0d3efccd77b4a7b9d1395a9f29bba68e26 [diff] |
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>