diff mbox series

[01/18] snapper9260/snapper9g20: Disable USB

Message ID 20210522124757.18639-2-trini@konsulko.com
State Accepted
Commit 41df488ea4de6640aaa6045eff6b8815a95b927f
Delegated to: Tom Rini
Headers show
Series Migrate to DM_USB and OF_CONTROL support | expand

Commit Message

Tom Rini May 22, 2021, 12:47 p.m. UTC
These boards have not converted to DM_USB by the deadline, disable USB
support as they do not enable CONFIG_OF_CONTROL.

Cc: Simon Glass <sjg@chromium.org>
u-boot@lists.denx.de (open list)
---
 configs/snapper9260_defconfig | 3 ---
 configs/snapper9g20_defconfig | 3 ---
 2 files changed, 6 deletions(-)

Comments

Tom Rini July 8, 2021, 2:53 a.m. UTC | #1
On Sat, May 22, 2021 at 08:47:00AM -0400, Tom Rini wrote:

> These boards have not converted to DM_USB by the deadline, disable USB
> support as they do not enable CONFIG_OF_CONTROL.
> 
> Cc: Simon Glass <sjg@chromium.org>
> u-boot@lists.denx.de (open list)

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

Patch

diff --git a/configs/snapper9260_defconfig b/configs/snapper9260_defconfig
index a4437c1668c6..bc411431bcd0 100644
--- a/configs/snapper9260_defconfig
+++ b/configs/snapper9260_defconfig
@@ -21,7 +21,6 @@  CONFIG_CMD_GPIO=y
 CONFIG_CMD_I2C=y
 # CONFIG_CMD_LOADS is not set
 CONFIG_CMD_NAND=y
-CONFIG_CMD_USB=y
 # CONFIG_CMD_SOURCE is not set
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_DHCP=y
@@ -39,5 +38,3 @@  CONFIG_MTD_RAW_NAND=y
 # CONFIG_SYS_NAND_USE_FLASH_BBT is not set
 CONFIG_NAND_ATMEL=y
 CONFIG_ATMEL_USART=y
-CONFIG_USB=y
-CONFIG_USB_STORAGE=y
diff --git a/configs/snapper9g20_defconfig b/configs/snapper9g20_defconfig
index 63fa8af249dc..556c31f18f6e 100644
--- a/configs/snapper9g20_defconfig
+++ b/configs/snapper9g20_defconfig
@@ -20,7 +20,6 @@  CONFIG_CMD_GPIO=y
 CONFIG_CMD_I2C=y
 # CONFIG_CMD_LOADS is not set
 CONFIG_CMD_NAND=y
-CONFIG_CMD_USB=y
 # CONFIG_CMD_SOURCE is not set
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_DHCP=y
@@ -38,5 +37,3 @@  CONFIG_MTD_RAW_NAND=y
 # CONFIG_SYS_NAND_USE_FLASH_BBT is not set
 CONFIG_NAND_ATMEL=y
 CONFIG_ATMEL_USART=y
-CONFIG_USB=y
-CONFIG_USB_STORAGE=y