commit | 5d1441148160d28f26e87faf0dba05a26354ea63 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 13:56:10 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 28 19:30:39 2020 -0600 |
tree | 2a61d179121a7fd5d6d3f48261cd6095b0ee2c3d | |
parent | baea0f56eff4ab59f0400f0f6df0cf02758604cc [diff] |
Makefile: Allow CONFIG_SPL_FIT_GENERATOR to be empty At present we use the empty string to indicate that there is no FIT generator, but this doesn't allow an individual board to undefine it. Create a separate bool instead. Update the config of the boards which currently have an empty string. Signed-off-by: Simon Glass <sjg@chromium.org>