diff options
author | Simon Glass <sjg@chromium.org> | 2021-03-18 20:25:07 +1300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-03-26 17:03:09 +1300 |
commit | 06684927289fb0ad0856fa897bbee10de61137e4 (patch) | |
tree | 07eee9eb67591ebc42f4cc9d163798be3c9ab643 /lib/smbios-parser.c | |
parent | 0b6023ee41add24ebb9df215ceaec0a803d6c552 (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>
Diffstat (limited to 'lib/smbios-parser.c')
0 files changed, 0 insertions, 0 deletions