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 */