diff options
| author | Tom Rini <[email protected]> | 2023-10-27 20:59:51 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-07 18:36:06 -0500 |
| commit | b630f8b3aefc2d11cdc73314743a6fb16deaf4c5 (patch) | |
| tree | aec72ad96d6bf3df382438a6224ec2ee9e886e26 /configs/udoo_defconfig | |
| parent | 1e4d9dd871512e1955e45ac1c3095fb063c0d07c (diff) | |
scsi: Forceably finish migration to DM_SCSI
The migration deadline for moving to DM_SCSI was v2023.04. A further
reminder was sent out in August 2023 to the remaining platforms that had
not migrated already, and that a few more over the line (or configs
deleted).
With this commit we:
- Rename CONFIG_DM_SCSI to CONFIG_SCSI.
- Remove all of the non-DM SCSI code. This includes removing other
legacy symbols and code and removes some legacy non-DM AHCI code.
- Some platforms that had previously been DM_SCSI=y && SCSI=n are now
fully migrated to DM_SCSI as a few corner cases in the code assumed
DM_SCSI=y meant SCSI=y.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/udoo_defconfig')
| -rw-r--r-- | configs/udoo_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/udoo_defconfig b/configs/udoo_defconfig index e128a62cd00..f89b163ddf5 100644 --- a/configs/udoo_defconfig +++ b/configs/udoo_defconfig @@ -34,6 +34,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y # CONFIG_CMD_PINMUX is not set CONFIG_CMD_SATA=y +# CONFIG_CMD_SCSI is not set CONFIG_CMD_CACHE=y CONFIG_CMD_EXT4_WRITE=y CONFIG_OF_CONTROL=y @@ -54,7 +55,7 @@ CONFIG_FEC_MXC=y CONFIG_MII=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y -CONFIG_DM_SCSI=y +CONFIG_SCSI=y CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_DM_THERMAL=y |
