diff options
author | Phil Edworthy | 2012-04-10 00:47:56 +0000 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2012-04-18 11:16:46 +0900 |
commit | f8abfdefcb6bb855ba118f9002c6dec17b146ca8 (patch) | |
tree | ab59dd867f873fabcafff7786e5a0b18f6b55c96 /board/renesas/rsk7264 | |
parent | f5cdc11775c4b7fdbf52a6dd2f463d329804ab11 (diff) |
sh: Fix rsk7264 pin setup for on-board ethernet
This sets up the external ethernet IRQ pin.
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/renesas/rsk7264')
-rw-r--r-- | board/renesas/rsk7264/lowlevel_init.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/rsk7264/lowlevel_init.S b/board/renesas/rsk7264/lowlevel_init.S index fc759bd5f2a..39acfa76267 100644 --- a/board/renesas/rsk7264/lowlevel_init.S +++ b/board/renesas/rsk7264/lowlevel_init.S @@ -185,7 +185,7 @@ CS0WCR_D: .long 0x00000B41 CS0BCR_A: .long 0xFFFC0004 CS0BCR_D: .long 0x10000400 PJCR0_A: .long 0xFFFE390E -PJCR0_D: .word 0x0300 +PJCR0_D: .word 0x3300 .align 2 CS2WCR_A: .long 0xFFFC0030 CS2WCR_D: .long 0x00000B01 |