board: ge: bx50v3: make USB support optional and disabled by default
The USB support is only useful for development and shouldn't be enabled in production, so it has to be disabled in U-boot by default. Signed-off-by: Andrew Shadura <andrew.shadura@collabora.co.uk>
This commit is contained in:
committed by
Stefano Babic
parent
07aa030a18
commit
fc44902a0d
@@ -8,8 +8,6 @@ CONFIG_CMD_BOOTZ=y
|
||||
CONFIG_CMD_MMC=y
|
||||
CONFIG_CMD_SF=y
|
||||
CONFIG_CMD_I2C=y
|
||||
CONFIG_CMD_USB=y
|
||||
CONFIG_CMD_USB_MASS_STORAGE=y
|
||||
CONFIG_CMD_GPIO=y
|
||||
CONFIG_CMD_DHCP=y
|
||||
CONFIG_CMD_MII=y
|
||||
|
||||
Reference in New Issue
Block a user