aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-08-24 16:10:54 -0400
committerTom Rini <trini@konsulko.com>2018-08-24 16:10:54 -0400
commit8b7f04f14a1b790ff8dec0afc28a9e8477a6eb88 (patch)
tree615fc34bc2491cbacb6af9ba276671c9a2897e5b /board
parent73e4ba98689e53c0d5c5e1155c10b7a5ca6d2c29 (diff)
parent12069bd0466a87015dd40bb25c6b2571ee5f0851 (diff)
downloadu-boot-8b7f04f14a1b790ff8dec0afc28a9e8477a6eb88.zip
u-boot-8b7f04f14a1b790ff8dec0afc28a9e8477a6eb88.tar.gz
u-boot-8b7f04f14a1b790ff8dec0afc28a9e8477a6eb88.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'board')
-rw-r--r--board/compulab/cm_t3517/cm_t3517.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/compulab/cm_t3517/cm_t3517.c b/board/compulab/cm_t3517/cm_t3517.c
index 09cb27d..668bb76 100644
--- a/board/compulab/cm_t3517/cm_t3517.c
+++ b/board/compulab/cm_t3517/cm_t3517.c
@@ -74,8 +74,8 @@ static void cm_t3517_musb_init(void)
CONF2_REFFREQ_13MHZ | CONF2_SESENDEN |
CONF2_VBDTCTEN | CONF2_DATPOL);
- if (musb_register(&cm_t3517_musb_pdata, &cm_t3517_musb_board_data,
- (void *)AM35XX_IPSS_USBOTGSS_BASE))
+ if (!musb_register(&cm_t3517_musb_pdata, &cm_t3517_musb_board_data,
+ (void *)AM35XX_IPSS_USBOTGSS_BASE))
printf("Failed initializing AM35x MUSB!\n");
}
#else