
27 Mar
2023
27 Mar
'23
6 a.m.
On Mon, 27 Mar 2023 at 06:10, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
Compiling with CONFIG_CMD_SCSI=y, CONFIG_SCSI results in
cmd/scsi.c:46: undefined reference to `scsi_scan'
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
cmd/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig index 2caa4af71c..5c1b353c90 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1436,7 +1436,8 @@ config CMD_SATA
Reviewed-by: Simon Glass sjg@chromium.org