Browse Source

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

Tom Rini 11 years ago
parent
commit
8a7d486d22
1 changed files with 2 additions and 2 deletions
  1. 2 2
      board/renesas/ecovec/ecovec.c

+ 2 - 2
board/renesas/ecovec/ecovec.c

@@ -76,7 +76,7 @@ int board_init(void)
 {
 {
 
 
 	/* LED (PTG) */
 	/* LED (PTG) */
-	outw((inw(PGCR) & ~0xFF) | 0x66, PGCR);
+	outw((inw(PGCR) & ~0xFF) | 0x55, PGCR);
 	outw((inw(HIZCRA) & ~0x02), HIZCRA);
 	outw((inw(HIZCRA) & ~0x02), HIZCRA);
 
 
 	debug_led(1 << 0);
 	debug_led(1 << 0);
@@ -97,7 +97,7 @@ int board_init(void)
 	/* USB host */
 	/* USB host */
 	outw((inw(PBCR) & ~0x300) | 0x100, PBCR);
 	outw((inw(PBCR) & ~0x300) | 0x100, PBCR);
 	outb((inb(PBDR) & ~0x10) | 0x10, PBDR);
 	outb((inb(PBDR) & ~0x10) | 0x10, PBDR);
-	outl(inl(MSTPCR2) & 0x100000, MSTPCR2);
+	outl(inl(MSTPCR2) & ~0x100000, MSTPCR2);
 	outw(0x0600, UPONCR0);
 	outw(0x0600, UPONCR0);
 
 
 	debug_led(1 << 3);
 	debug_led(1 << 3);