diff options
| -rw-r--r-- | board/renesas/ecovec/ecovec.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/renesas/ecovec/ecovec.c b/board/renesas/ecovec/ecovec.c index 450e38783..2804d9133 100644 --- a/board/renesas/ecovec/ecovec.c +++ b/board/renesas/ecovec/ecovec.c @@ -97,7 +97,7 @@ int board_init(void)  	/* USB host */  	outw((inw(PBCR) & ~0x300) | 0x100, PBCR);  	outb((inb(PBDR) & ~0x10) | 0x10, PBDR); -	outl(inl(MSTPCR2) & 0x100000, MSTPCR2); +	outl(inl(MSTPCR2) & ~0x100000, MSTPCR2);  	outw(0x0600, UPONCR0);  	debug_led(1 << 3); |