From 5348dbfd18549e52134660a3ceb7158508d31e68 Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Tue, 25 Nov 2008 16:59:54 +0900 Subject: [PATCH] --- yaml --- r: 123868 b: refs/heads/master c: e4ea803ab0fcf985c2a2d24bc905a3cf9138e251 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c6400/include/mach/uncompress.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5553ec22afc5..a4ce2bf4141e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9d325f23416d1525401d43442bafca2bb254ab74 +refs/heads/master: e4ea803ab0fcf985c2a2d24bc905a3cf9138e251 diff --git a/trunk/arch/arm/mach-s3c6400/include/mach/uncompress.h b/trunk/arch/arm/mach-s3c6400/include/mach/uncompress.h index cc822c57cc1c..c6a82a20bf2a 100644 --- a/trunk/arch/arm/mach-s3c6400/include/mach/uncompress.h +++ b/trunk/arch/arm/mach-s3c6400/include/mach/uncompress.h @@ -21,6 +21,8 @@ static void arch_detect_cpu(void) { /* we do not need to do any cpu detection here at the moment. */ + fifo_mask = S3C2440_UFSTAT_TXMASK; + fifo_max = 63 << S3C2440_UFSTAT_TXSHIFT; } #endif /* __ASM_ARCH_UNCOMPRESS_H */