diff options
author | Tom Rini <trini@konsulko.com> | 2019-01-07 17:46:19 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-07 18:11:00 -0500 |
commit | 1bac199e8c876c37f31adeb23a75ae1ca12aea7f (patch) | |
tree | 6d23fb5568a36766df64d91293fec78c07ec5dcd /configs/am43xx_evm_usbhost_boot_defconfig | |
parent | 7e40d0a38fc42de12696c835eded8945d650bfc1 (diff) | |
download | u-boot-1bac199e8c876c37f31adeb23a75ae1ca12aea7f.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/am43xx_evm_usbhost_boot_defconfig')
-rw-r--r-- | configs/am43xx_evm_usbhost_boot_defconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/am43xx_evm_usbhost_boot_defconfig b/configs/am43xx_evm_usbhost_boot_defconfig index 2713833544..5131f190a7 100644 --- a/configs/am43xx_evm_usbhost_boot_defconfig +++ b/configs/am43xx_evm_usbhost_boot_defconfig @@ -19,7 +19,6 @@ CONFIG_CMD_SPL=y CONFIG_CMD_SPL_NAND_OFS=0x00100000 CONFIG_CMD_SPL_WRITE_SIZE=0x40000 CONFIG_CMD_ASKENV=y -CONFIG_CMD_EEPROM=y CONFIG_CMD_DFU=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y @@ -51,9 +50,9 @@ CONFIG_MMC_OMAP_HS=y CONFIG_NAND=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_MACRONIX=y -CONFIG_DRIVER_TI_CPSW=y CONFIG_PHY_GIGE=y CONFIG_MII=y +CONFIG_DRIVER_TI_CPSW=y CONFIG_DM_SERIAL=y CONFIG_SPI=y CONFIG_TI_QSPI=y @@ -67,7 +66,6 @@ CONFIG_USB_DWC3_GADGET=y CONFIG_USB_DWC3_OMAP=y CONFIG_USB_DWC3_PHY_OMAP=y CONFIG_OMAP_USB_PHY=y -CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments" CONFIG_USB_GADGET_VENDOR_NUM=0x0403 |