]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix 4xx build issue
authorAnatolij Gustschin <agust@denx.de>
Thu, 12 Jun 2008 10:40:11 +0000 (12:40 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 19 Jun 2008 20:48:45 +0000 (22:48 +0200)
commit96026d42fa4e646d28318c0a1438aac4b2017909
treec47dd70e31e39917093f0ecc0b1cd968ef80571d
parenta94f22f08f280905926219e568568964cb9eeb9d
Fix 4xx build issue

Building for 4xx doesn't work since commit 4dbdb768:

In file included from 4xx_pcie.c:28:
include/asm/processor.h:971: error: expected ')' before 'ver'
make[1]: *** [4xx_pcie.o] Error 1

This patch fixes the problem.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc85xx/cpu.c
include/asm-ppc/processor.h