buildman: Fix building based on 'options' field
authorTom Rini <trini@konsulko.com>
Sat, 5 Nov 2016 02:59:45 +0000 (22:59 -0400)
committerTom Rini <trini@konsulko.com>
Sun, 6 Nov 2016 12:33:41 +0000 (07:33 -0500)
commite0f2406e737530e804d3ccf877223b61671ede6d
tree806f2b837313cebb5a95827bef4cce27f6b65536
parent4b6035da482cccda06aeb419634f99937c9fc783
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>
tools/buildman/board.py