Re: [U-Boot] [PATCH v2 20/42] Convert CONFIG_CMD_SCSI to Kconfig

2017-08-04 Thread Bin Meng
On Sat, Aug 5, 2017 at 6:34 AM, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_CMD_SCSI > > Also update the Makefile to use CONFIG_CMD_SCSI instead of CONFIG_SCSI to > enable the command, fixing an earlier error. > > Signed-off-by: Simon Glass

[U-Boot] [PATCH v2 20/42] Convert CONFIG_CMD_SCSI to Kconfig

2017-08-04 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_SCSI Also update the Makefile to use CONFIG_CMD_SCSI instead of CONFIG_SCSI to enable the command, fixing an earlier error. Signed-off-by: Simon Glass --- Changes in v2: - Update commit message to explain Makefile change