Re: [PATCH 1/1] cmd: CONFIG_CMD_SCSI depends on CONFIG_SCSI

2023-04-07 Thread Tom Rini
On Sun, Mar 26, 2023 at 07:10:38PM +0200, Heinrich Schuchardt 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 > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! --

Re: [PATCH 1/1] cmd: CONFIG_CMD_SCSI depends on CONFIG_SCSI

2023-03-26 Thread Simon Glass
On Mon, 27 Mar 2023 at 06:10, Heinrich Schuchardt 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 > --- > cmd/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >

[PATCH 1/1] cmd: CONFIG_CMD_SCSI depends on CONFIG_SCSI

2023-03-26 Thread Heinrich Schuchardt
Compiling with CONFIG_CMD_SCSI=y, CONFIG_SCSI results in cmd/scsi.c:46: undefined reference to `scsi_scan' Signed-off-by: Heinrich Schuchardt --- cmd/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index 2caa4af71c..5c1b353c90 100644