From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] fix ARM DCC support for ARMv7 based cores (e.g. CortexA)
Date: Thu, 16 Apr 2015 12:31:14 +0200 [thread overview]
Message-ID: <20150416123114.78252d38@lilith> (raw)
In-Reply-To: <1426786640-2812-2-git-send-email-alexander.merkle@lauterbach.com>
Hello Alexander,
On Thu, 19 Mar 2015 18:37:19 +0100, Alexander Merkle <alexander.merkle@lauterbach.com> wrote:
> Signed-off-by: Alexander Merkle <alexander.merkle@lauterbach.com>
> ---
>
> drivers/serial/arm_dcc.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/serial/arm_dcc.c b/drivers/serial/arm_dcc.c
> index 5dfb02f..e777737 100644
> --- a/drivers/serial/arm_dcc.c
> +++ b/drivers/serial/arm_dcc.c
> @@ -29,9 +29,9 @@
> #include <common.h>
> #include <serial.h>
>
> -#if defined(CONFIG_CPU_V6)
> +#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V7)
> /*
> - * ARMV6
> + * ARMV6 & ARMV7
> */
> #define DCC_RBIT (1 << 30)
> #define DCC_WBIT (1 << 29)
> --
> 2.1.4
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
next prev parent reply other threads:[~2015-04-16 10:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-19 17:37 [U-Boot] [PATCH 1/2] fix ARM DCC support for ARMv7 based cores (e.g. CortexA) Alexander Merkle
2015-03-19 17:37 ` Alexander Merkle
2015-04-16 10:31 ` Albert ARIBAUD [this message]
2015-03-19 17:37 ` [U-Boot] [PATCH 2/2] [PATCH v2] " Alexander Merkle
2015-04-16 10:31 ` Albert ARIBAUD
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=20150416123114.78252d38@lilith \
--to=albert.u.boot@aribaud.net \
--cc=u-boot@lists.denx.de \
/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