diff options
Diffstat (limited to 'arch/arm/mach-s3c6400')
-rw-r--r-- | arch/arm/mach-s3c6400/include/mach/uncompress.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/uncompress.h b/arch/arm/mach-s3c6400/include/mach/uncompress.h index cc822c57cc1c..c6a82a20bf2a 100644 --- a/arch/arm/mach-s3c6400/include/mach/uncompress.h +++ b/arch/arm/mach-s3c6400/include/mach/uncompress.h | |||
@@ -21,6 +21,8 @@ | |||
21 | static void arch_detect_cpu(void) | 21 | static void arch_detect_cpu(void) |
22 | { | 22 | { |
23 | /* we do not need to do any cpu detection here at the moment. */ | 23 | /* we do not need to do any cpu detection here at the moment. */ |
24 | fifo_mask = S3C2440_UFSTAT_TXMASK; | ||
25 | fifo_max = 63 << S3C2440_UFSTAT_TXSHIFT; | ||
24 | } | 26 | } |
25 | 27 | ||
26 | #endif /* __ASM_ARCH_UNCOMPRESS_H */ | 28 | #endif /* __ASM_ARCH_UNCOMPRESS_H */ |