Commit 8a7d486d22a4c60e78e2c82d3023aab3103bf194

Authored by Tom Rini

Merge branch 'master' of git://git.denx.de/u-boot-sh

Showing 1 changed file Side-by-side Diff

board/renesas/ecovec/ecovec.c
... ... @@ -76,7 +76,7 @@
76 76 {
77 77  
78 78 /* LED (PTG) */
79   - outw((inw(PGCR) & ~0xFF) | 0x66, PGCR);
  79 + outw((inw(PGCR) & ~0xFF) | 0x55, PGCR);
80 80 outw((inw(HIZCRA) & ~0x02), HIZCRA);
81 81  
82 82 debug_led(1 << 0);
... ... @@ -97,7 +97,7 @@
97 97 /* USB host */
98 98 outw((inw(PBCR) & ~0x300) | 0x100, PBCR);
99 99 outb((inb(PBDR) & ~0x10) | 0x10, PBDR);
100   - outl(inl(MSTPCR2) & 0x100000, MSTPCR2);
  100 + outl(inl(MSTPCR2) & ~0x100000, MSTPCR2);
101 101 outw(0x0600, UPONCR0);
102 102  
103 103 debug_led(1 << 3);