cmd: Drop use of HAVE_BLOCK_DEVICE
authorSimon Glass <sjg@chromium.org>
Fri, 12 Aug 2022 01:34:46 +0000 (19:34 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 16 Sep 2022 15:05:00 +0000 (11:05 -0400)
commit003357cc48dbf6e45ee408f114e4a5de862e7b2e
treeba7ae73b59f5346e04c569f494122700393788bb
parenta51eb8de31492d2139e66a7e66b8fb3f03ddca50
cmd: Drop use of HAVE_BLOCK_DEVICE

This condition is not needed for these commands, since BLK is enabled for
all boards which use block devices and commands are not available in SPL,
so even if SPL_BLK is not enabled, it doesn't affect commands.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/Kconfig
cmd/Makefile