[U-Boot] [PATCH 6/6] arm: am57xx: cl-som-am57x: enable USB commands

9 Feb
2017
9 Feb
'17
8:03 a.m.
Add CONFIG_CMD_USB to the defconfig file.
Signed-off-by: Uri Mashiach uri.mashiach@compulab.co.il --- configs/cl-som-am57x_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/cl-som-am57x_defconfig b/configs/cl-som-am57x_defconfig index 1831f45..83d7bd0 100644 --- a/configs/cl-som-am57x_defconfig +++ b/configs/cl-som-am57x_defconfig @@ -15,6 +15,7 @@ CONFIG_CMD_PART=y CONFIG_CMD_SF=y CONFIG_CMD_SPI=y CONFIG_CMD_I2C=y +CONFIG_CMD_USB=y CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y
--
2.7.4

9 Feb
9 Feb
9:31 p.m.
On Thu, Feb 09, 2017 at 09:03:07AM +0200, Uri Mashiach wrote:
Add CONFIG_CMD_USB to the defconfig file.
Signed-off-by: Uri Mashiach uri.mashiach@compulab.co.il
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom
3010
Age (days ago)
3010
Last active (days ago)
1 comments
2 participants
participants (2)
-
Tom Rini
-
Uri Mashiach