aboutsummaryrefslogtreecommitdiff
path: root/include/configs/controlcenterdc.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 16:34:44 -0600
committerTom Rini <trini@konsulko.com>2017-08-11 15:41:55 -0400
commit0941f597a2bdb80164658c8fe165ee8da4ece6fc (patch)
tree27533bc61cdbff6a9c4a2c58579085df494337f0 /include/configs/controlcenterdc.h
parent15dc63d646bd73f473141653db9a20a71aaaeced (diff)
downloadu-boot-0941f597a2bdb80164658c8fe165ee8da4ece6fc.zip
u-boot-0941f597a2bdb80164658c8fe165ee8da4ece6fc.tar.gz
u-boot-0941f597a2bdb80164658c8fe165ee8da4ece6fc.tar.bz2
Convert CONFIG_CMD_SCSI to Kconfig
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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> [trini: Rework to default y if SCSI, drop cl-som-am57x which did not use CMD_SCSI for real] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/controlcenterdc.h')
-rw-r--r--include/configs/controlcenterdc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/controlcenterdc.h b/include/configs/controlcenterdc.h
index 979bb98..715e9ed 100644
--- a/include/configs/controlcenterdc.h
+++ b/include/configs/controlcenterdc.h
@@ -33,7 +33,6 @@
* Commands configuration
*/
#define CONFIG_CMD_I2C
-#define CONFIG_CMD_SCSI
#define CONFIG_CMD_SPI
/* SPI NOR flash default params, used by sf commands */