summaryrefslogtreecommitdiffstats
path: root/cpu/mpc85xx
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2008-06-12 12:40:11 +0200
committerWolfgang Denk <wd@denx.de>2008-06-19 22:48:45 +0200
commit96026d42fa4e646d28318c0a1438aac4b2017909 (patch)
treec47dd70e31e39917093f0ecc0b1cd968ef80571d /cpu/mpc85xx
parenta94f22f08f280905926219e568568964cb9eeb9d (diff)
downloadblackbird-obmc-uboot-96026d42fa4e646d28318c0a1438aac4b2017909.tar.gz
blackbird-obmc-uboot-96026d42fa4e646d28318c0a1438aac4b2017909.zip
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>
Diffstat (limited to 'cpu/mpc85xx')
-rw-r--r--cpu/mpc85xx/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/cpu.c b/cpu/mpc85xx/cpu.c
index 2b7e753ece..baf8b81932 100644
--- a/cpu/mpc85xx/cpu.c
+++ b/cpu/mpc85xx/cpu.c
@@ -59,7 +59,7 @@ struct cpu_type cpu_type_list [] = {
CPU_TYPE_ENTRY(8572, 8572_E),
};
-struct cpu_type *identify_cpu(uint ver)
+struct cpu_type *identify_cpu(u32 ver)
{
int i;
for (i = 0; i < ARRAY_SIZE(cpu_type_list); i++)
OpenPOWER on IntegriCloud