diff mbox series

configs: Enable CONFIG_DM_SCSI in am57xx_hs_evm_usb

Message ID 20230821135910.55795-1-afd@ti.com
State Accepted
Commit b982a850d04c1fac04df676b28d93ad26f6984d0
Delegated to: Tom Rini
Headers show
Series configs: Enable CONFIG_DM_SCSI in am57xx_hs_evm_usb | expand

Commit Message

Andrew Davis Aug. 21, 2023, 1:59 p.m. UTC
This should have already been enabled but was missed when converting the
base platform defconfig, fix this here.

Fixes: 3c5aa6caccab ("configs: Enable CONFIG_BLK in am57xx_evm and am57xx_hs_evm")
Signed-off-by: Andrew Davis <afd@ti.com>
---
 configs/am57xx_hs_evm_usb_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Tom Rini Aug. 21, 2023, 2:53 p.m. UTC | #1
On Mon, Aug 21, 2023 at 08:59:10AM -0500, Andrew Davis wrote:

> This should have already been enabled but was missed when converting the
> base platform defconfig, fix this here.
> 
> Fixes: 3c5aa6caccab ("configs: Enable CONFIG_BLK in am57xx_evm and am57xx_hs_evm")
> Signed-off-by: Andrew Davis <afd@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Simon Glass Aug. 21, 2023, 7:11 p.m. UTC | #2
On Mon, 21 Aug 2023 at 08:53, Tom Rini <trini@konsulko.com> wrote:
>
> On Mon, Aug 21, 2023 at 08:59:10AM -0500, Andrew Davis wrote:
>
> > This should have already been enabled but was missed when converting the
> > base platform defconfig, fix this here.
> >
> > Fixes: 3c5aa6caccab ("configs: Enable CONFIG_BLK in am57xx_evm and am57xx_hs_evm")
> > Signed-off-by: Andrew Davis <afd@ti.com>
>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Reviewed-by: Simon Glass <sjg@chromium.org>

Thank you
Tom Rini Aug. 29, 2023, 2:09 p.m. UTC | #3
On Mon, Aug 21, 2023 at 08:59:10AM -0500, Andrew Davis wrote:

> This should have already been enabled but was missed when converting the
> base platform defconfig, fix this here.
> 
> Fixes: 3c5aa6caccab ("configs: Enable CONFIG_BLK in am57xx_evm and am57xx_hs_evm")
> Signed-off-by: Andrew Davis <afd@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/am57xx_hs_evm_usb_defconfig b/configs/am57xx_hs_evm_usb_defconfig
index 404e714d4f0..9ed59ac9aec 100644
--- a/configs/am57xx_hs_evm_usb_defconfig
+++ b/configs/am57xx_hs_evm_usb_defconfig
@@ -70,7 +70,7 @@  CONFIG_NET_RETRY_COUNT=10
 CONFIG_BOOTP_SEND_HOSTNAME=y
 CONFIG_SPL_DM=y
 CONFIG_SPL_DM_SEQ_ALIAS=y
-CONFIG_SCSI_AHCI=y
+CONFIG_DWC_AHCI=y
 CONFIG_DFU_MMC=y
 CONFIG_DFU_RAM=y
 CONFIG_USB_FUNCTION_FASTBOOT=y
@@ -102,7 +102,7 @@  CONFIG_PMIC_PALMAS=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_PALMAS=y
 CONFIG_PALMAS_POWER=y
-CONFIG_SCSI_AHCI_PLAT=y
+CONFIG_DM_SCSI=y
 CONFIG_DM_SERIAL=y
 CONFIG_SPI=y
 CONFIG_DM_SPI=y