tools/env: allow equal sign as key value separation
authorStefan Agner <stefan.agner@toradex.com>
Thu, 1 Mar 2018 13:06:32 +0000 (14:06 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 5 Mar 2018 15:05:36 +0000 (10:05 -0500)
commitcd655514aa044c77fe3b895a51677ba47b26ba89
treee4f47e3e6a3a8305678e4f57cfa1c3877037466a
parentb3f40703408e57cad492802b777448a068b1f671
tools/env: allow equal sign as key value separation

Treat the first equal sign as a key/value separation too. This makes
the script files compatible with mkenvimage input file format. It
won't support variables with equal signs anymore, but this seems not
really like a loss.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
tools/env/fw_env.c