diff options
author | Tom Rini <trini@konsulko.com> | 2023-08-29 10:06:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-29 10:06:08 -0400 |
commit | 0fe0395922d859730eb7ddfcff6ed8d3ac4b2937 (patch) | |
tree | 0249ca6a72069c709655a636fff70a931e5aa355 /configs/am57xx_hs_evm_usb_defconfig | |
parent | 6a1d3f64c201ed3f6df819cfcf08154b6ec1c02e (diff) | |
parent | c91feda87ce33c81acc51cc4bf69d613c4fe89de (diff) | |
download | u-boot-kii-pro-master.tar.gz |
- A few platform-specific config/dts updates to fix issues, drop a
temporary change in binman, update the MAINTAINERS file to remove
Wolfgang Denk, fix a typo, fix a corner case with bootstd, update
Azure to not timeout so easily, and fix a case where we would omit
some files in SPL.
Diffstat (limited to 'configs/am57xx_hs_evm_usb_defconfig')
-rw-r--r-- | configs/am57xx_hs_evm_usb_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/am57xx_hs_evm_usb_defconfig b/configs/am57xx_hs_evm_usb_defconfig index 404e714d4f..9ed59ac9ae 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 |