commit | 198fd35b765b9af197f91b64587f37655d829dac | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Mar 04 10:26:17 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 13 12:40:43 2024 -0400 |
tree | 612331aae0e5486760a5b589fba7c807a89efba1 | |
parent | 168e947a57ce625d12ef7854f12b6239584db73b [diff] |
boards: Remove empty BOARD_SPECIFIC_OPTIONS While there are currently uses for a stanza of "config BOARD_SPECIFIC_OPTIONS" followed by "def_bool y" and a series of select/imply statements, having this option set followed by nothing else doesn't provide anything. Remove these stanzas. Signed-off-by: Tom Rini <trini@konsulko.com>