commit | 50db3b97dec698b25348c19420de032aa6d693c3 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jan 10 13:46:09 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 22 14:17:35 2024 -0500 |
tree | 2111647a725a807f2a2ba5a8d5d02ea2e8233fdd | |
parent | 7e28ea8183b2bad66c141b5b11b7514e2f586fe9 [diff] |
cmd/flash: Make this default y for CFI and NOR only This command is only useful on CFI and NOR type flashes and not others. Update the dependency so that it's not enabled by default in other cases. This will lead to a number of platforms no longer building this command, where it was not useful. Signed-off-by: Tom Rini <trini@konsulko.com>