From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 10 Apr 2012 14:46:09 +0200 Subject: [U-Boot] [PATCH] sh: Fix rsk7264 pin setup for on-board ethernet In-Reply-To: <1334054876-30395-1-git-send-email-phil.edworthy@renesas.com> References: <1334054876-30395-1-git-send-email-phil.edworthy@renesas.com> Message-ID: <201204101446.09872.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Phil Edworthy, > This sets up the external ethernet IRQ pin. > > Signed-off-by: Phil Edworthy Add Cc: Nobuhiro Iwamatsu > --- > 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 fc759bd..39acfa7 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 Best regards, Marek Vasut