From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 6 Dec 2008 21:22:49 +0100 Subject: [U-Boot] [patch] Remove redundant armv4 flag from arm926ejs compile flags In-Reply-To: <49384d31.01a8420a.3c1a.ffffaf38@mx.google.com> References: <49384d31.01a8420a.3c1a.ffffaf38@mx.google.com> Message-ID: <20081206202249.GP2977@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22:25 Thu 04 Dec , Remy Bohmer wrote: > Currently the arm926ejs tree has the armv4 option set during compilation. > This flag does not belong here because a arm926 CPU is always a armv5 CPU. > > Signed-off-by: Remy Bohmer > --- > cpu/arm926ejs/at91/config.mk | 1 - > cpu/arm926ejs/config.mk | 2 +- > 2 files changed, 1 insertion(+), 2 deletions(-) Applied to u-boot-at91 Best Regards, J.