diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-07-30 19:24:02 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-08-01 20:17:02 +0800 |
commit | 24357dfd2aec4118b9178d8bf639fb8fc02e1859 (patch) | |
tree | 662e726937addfe3701c355df3460b903a7c426b /include/configs/som-6896.h | |
parent | b7c6baef2891ce8978cbfddb66e944943473ac21 (diff) |
x86: Switch all boards to use DM SCSI
After MMC is converted to DM, convert to use DM SCSI as well for all
x86 boards and imply BLK for both MMC and SCSI drivers.
CONFIG_SCSI_DEV_LIST is no longer used. Clean them up.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/som-6896.h')
-rw-r--r-- | include/configs/som-6896.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/som-6896.h b/include/configs/som-6896.h index af51c2a94b1..509f23a5022 100644 --- a/include/configs/som-6896.h +++ b/include/configs/som-6896.h @@ -16,9 +16,6 @@ #define CONFIG_MISC_INIT_R -#define CONFIG_SCSI_DEV_LIST \ - {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_WILDCATPOINT_AHCI} - #define VIDEO_IO_OFFSET 0 #define CONFIG_X86EMU_RAW_IO |