diff options
author | Pierre-Jean Texier | 2019-04-19 20:34:12 +0200 |
---|---|---|
committer | Stefano Babic | 2019-04-25 19:21:00 +0200 |
commit | 6b503f9e6549e9bdcdb227a77897492584e4a307 (patch) | |
tree | 50493641ae7ba85d3f86aaadc3ca9e601c6baf9b /board/warp7 | |
parent | 0710726d047f559b17a64d8cce860639c635adfd (diff) |
warp7: Switch to DM USB
This commit switches to DM USB for warp7 and warp7_bl33 defconfigs.
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Joris Offouga <offougajoris@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'board/warp7')
-rw-r--r-- | board/warp7/warp7.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/warp7/warp7.c b/board/warp7/warp7.c index 2882dc98707..134a6c99d74 100644 --- a/board/warp7/warp7.c +++ b/board/warp7/warp7.c @@ -14,7 +14,6 @@ #include <asm/io.h> #include <common.h> #include <asm/arch/crm_regs.h> -#include <usb.h> #include <netdev.h> #include <power/pmic.h> #include <power/pfuze3000_pmic.h> @@ -128,11 +127,6 @@ int checkboard(void) return 0; } -int board_usb_phy_mode(int port) -{ - return USB_INIT_DEVICE; -} - int board_late_init(void) { struct wdog_regs *wdog = (struct wdog_regs *)WDOG1_BASE_ADDR; |