From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: Treat arm946es as v5te
Date: Fri, 20 May 2016 01:47:12 +0200 [thread overview]
Message-ID: <573E5080.2000103@denx.de> (raw)
In-Reply-To: <1462020359-4913-1-git-send-email-marex@denx.de>
On 04/30/2016 02:45 PM, Marek Vasut wrote:
> The arm946es is armv5te , so use -march=armv5te instead of armv4t.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Albert Aribaud <albert.u.boot@aribaud.net>
> Cc: Tom Rini <trini@konsulko.com>
Bump?
> ---
> arch/arm/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/Makefile b/arch/arm/Makefile
> index d516345..dbc81c0 100644
> --- a/arch/arm/Makefile
> +++ b/arch/arm/Makefile
> @@ -11,7 +11,7 @@ endif
> arch-$(CONFIG_CPU_ARM720T) =-march=armv4
> arch-$(CONFIG_CPU_ARM920T) =-march=armv4t
> arch-$(CONFIG_CPU_ARM926EJS) =-march=armv5te
> -arch-$(CONFIG_CPU_ARM946ES) =-march=armv4
> +arch-$(CONFIG_CPU_ARM946ES) =-march=armv5te
> arch-$(CONFIG_CPU_SA1100) =-march=armv4
> arch-$(CONFIG_CPU_PXA) =
> arch-$(CONFIG_CPU_ARM1136) =-march=armv5
>
next prev parent reply other threads:[~2016-05-19 23:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-30 12:45 [U-Boot] [PATCH] arm: Treat arm946es as v5te Marek Vasut
2016-05-19 23:47 ` Marek Vasut [this message]
2016-06-03 13:57 ` [U-Boot] " Tom Rini
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=573E5080.2000103@denx.de \
--to=marex@denx.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.