Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Lars-Peter Clausen <lars@metafoo.de>
To: Antony Pavlov <antonynpavlov@gmail.com>
Cc: linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org>
Subject: Re: [PATCH] MIPS: JZ4740: reuse UART0 address macro for vmlinuz debug port
Date: Sat, 28 Sep 2013 19:07:07 +0200	[thread overview]
Message-ID: <52470CBB.30406@metafoo.de> (raw)
In-Reply-To: <1380383374-28406-1-git-send-email-antonynpavlov@gmail.com>

On 09/28/2013 05:49 PM, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>

Looks good.

Acked-by: Lars-Peter Clausen <lars@metafoo.de>

> ---
>  arch/mips/boot/compressed/uart-16550.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/mips/boot/compressed/uart-16550.c b/arch/mips/boot/compressed/uart-16550.c
> index c01d343..869172d 100644
> --- a/arch/mips/boot/compressed/uart-16550.c
> +++ b/arch/mips/boot/compressed/uart-16550.c
> @@ -19,8 +19,8 @@
>  #endif
>  
>  #ifdef CONFIG_MACH_JZ4740
> -#define UART0_BASE  0xB0030000
> -#define PORT(offset) (UART0_BASE + (4 * offset))
> +#include <asm/mach-jz4740/base.h>
> +#define PORT(offset) (CKSEG1ADDR(JZ4740_UART0_BASE_ADDR) + (4 * offset))
>  #endif
>  
>  #ifdef CONFIG_CPU_XLR
> 

      reply	other threads:[~2013-09-28 17:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-28 15:49 [PATCH] MIPS: JZ4740: reuse UART0 address macro for vmlinuz debug port Antony Pavlov
2013-09-28 17:07 ` Lars-Peter Clausen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52470CBB.30406@metafoo.de \
    --to=lars@metafoo.de \
    --cc=antonynpavlov@gmail.com \
    --cc=linux-mips@linux-mips.org \
    --cc=ralf@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox