Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234159
b: refs/heads/master
c: 9ced975
h: refs/heads/master
i:
  234157: 8b77d6d
  234155: 4e5a3de
  234151: ecb1643
  234143: 292e67d
v: v3
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Mar 14, 2011
1 parent 5baa2a5 commit 37cd4ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf3a1eb85967dcbaae42f4fcb53c2392cec32677
refs/heads/master: 9ced975711d605d7deb27ef027e0f9816a51b479
4 changes: 2 additions & 2 deletions trunk/arch/mips/alchemy/mtx-1/board_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ int mtx1_pci_idsel(unsigned int devsel, int assert);

static void mtx1_reset(char *c)
{
/* Hit BCSR.SYSTEM_CONTROL[SW_RST] */
au_writel(0x00000000, 0xAE00001C);
/* Jump to the reset vector */
__asm__ __volatile__("jr\t%0"::"r"(0xbfc00000));
}

static void mtx1_power_off(void)
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mips/alchemy/xxs1500/board_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

static void xxs1500_reset(char *c)
{
/* Hit BCSR.SYSTEM_CONTROL[SW_RST] */
au_writel(0x00000000, 0xAE00001C);
/* Jump to the reset vector */
__asm__ __volatile__("jr\t%0"::"r"(0xbfc00000));
}

static void xxs1500_power_off(void)
Expand Down

0 comments on commit 37cd4ae

Please sign in to comment.