commit | e0f2406e737530e804d3ccf877223b61671ede6d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Nov 04 22:59:45 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sun Nov 06 07:33:41 2016 -0500 |
tree | 806f2b837313cebb5a95827bef4cce27f6b65536 | |
parent | 4b6035da482cccda06aeb419634f99937c9fc783 [diff] |
buildman: Fix building based on 'options' field The README for buildman says that we can use any field in boards.cfg to decide what to build. However, we were not saving the options field correctly. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Simon Glass <sjg@chromium.org>