summaryrefslogtreecommitdiff
path: root/include/configs/x86-common.h
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2018-09-13 01:28:56 +0300
committerTom Rini <trini@konsulko.com>2018-09-26 04:49:18 +0300
commit1bc93b50e84a5258b4da2d01f9e64e5421874743 (patch)
tree09e0fff9c19026837948ca235b6e3c98c5e41090 /include/configs/x86-common.h
parent0545ac989d54c0467990a35c05ec28a817b07828 (diff)
downloadu-boot-1bc93b50e84a5258b4da2d01f9e64e5421874743.tar.xz
ata: Drop CONFIG_SYS_SCSI_MAX_* from boards using DM_SCSI
These options are not used or necessary when device model is being used for SCSI. Just drop them. Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/x86-common.h')
-rw-r--r--include/configs/x86-common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index 78c382de0c..4180b25f97 100644
--- a/include/configs/x86-common.h
+++ b/include/configs/x86-common.h
@@ -28,10 +28,6 @@
#define CONFIG_LBA48
#define CONFIG_SYS_64BIT_LBA
-#define CONFIG_SYS_SCSI_MAX_SCSI_ID 2
-#define CONFIG_SYS_SCSI_MAX_LUN 1
-#define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \
- CONFIG_SYS_SCSI_MAX_LUN)
#endif
/* Generic TPM interfaced through LPC bus */