commit | c8d48efb2b373dc6893e7e9f2f6aaefe5d194719 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jun 01 09:38:21 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 07 11:25:08 2018 -0800 |
tree | 6f3b8315fc2e6fc02c1eede703a804162e7d044e | |
parent | 3b0c3821d6401106cc873a6c27a8ee31a8d466a4 [diff] |
binman: Add support for adding a name prefix to entries Sometimes we have several sections which repeat the same entries (e.g. for a read-only and read-write version of the same section). It is useful to be able to tell these entries apart by name. Add a new 'name-prefix' property for sections, which causes all entries within that section to have a given name prefix. Signed-off-by: Simon Glass <sjg@chromium.org>