commit | 47f6a62b66932edd86692e65965a0dca8ca6d98a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 13:18:40 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 23 20:27:57 2019 -0700 |
tree | c99ae7802850d3044589435f62244242165664e3 | |
parent | ed365ebe674fa759a4bfac42522804d962b0ca69 [diff] |
binman: Allow text directly in the node At present text entries use an indirect method to specify the text to use, with a label pointing to the text itself. Allow the text to be directly written into the node. This is more convenient in cases where the text is constant. Signed-off-by: Simon Glass <sjg@chromium.org>