]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc7a232ef79078da7fc610ccd059512f8673f686e
treeba7ae73b59f5346e04c569f494122700393788bb
parentfeb150849bbe2f27d843426351060e4bdb05941c
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