cmd/flash: Make this default y for CFI and NOR only
authorTom Rini <trini@konsulko.com>
Wed, 10 Jan 2024 18:46:09 +0000 (13:46 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jan 2024 19:17:35 +0000 (14:17 -0500)
commitcda3f81b06f5cbc6e96a1a4f1e70884fa41ef5a7
tree2111647a725a807f2a2ba5a8d5d02ea2e8233fdd
parent9913a8212888034dea8a432a9977d2c930900e1f
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>
cmd/Kconfig