commit | 718b529e2e2d13636572c2195ac90688931899bf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 18 20:25:07 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 26 17:03:09 2021 +1300 |
tree | 07eee9eb67591ebc42f4cc9d163798be3c9ab643 | |
parent | 55ab0b63745cc7f2bf07c60a9bac26eeb9c94af1 [diff] |
binman: Automatically expand phase binaries into sections When creating an entry, check for an expanded version of that entry, then use it instead. This allows, for example use of: u-boot { }; instead of having to write out in full: u-boot { type = "section"; u-boot-nodtb { }; u-boot-dtb { }; }; Add an implementaion of this and associated documentation. Signed-off-by: Simon Glass <sjg@chromium.org>