summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyungmin Park <kyungmin.park@samsung.com>2008-11-25 07:59:54 (GMT)
committerBen Dooks <ben-linux@fluff.org>2008-12-16 10:18:55 (GMT)
commite4ea803ab0fcf985c2a2d24bc905a3cf9138e251 (patch)
treef234b9d1b9e13405c49952ef8c1224dba2052e4f
parent9d325f23416d1525401d43442bafca2bb254ab74 (diff)
downloadlinux-fsl-qoriq-e4ea803ab0fcf985c2a2d24bc905a3cf9138e251.tar.xz
[ARM] S3C64XX: Show uncompress messages
Fix the initialisation of the fifo data in the uncompression serial routines to ensure that if the FIFO is enabled, that the serial output is not corrupted. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> [ben-linux@fluff.org: edit description to add more detail] Signed-off-by: Ben Dooks <ben-linux@fluff.org>
-rw-r--r--arch/arm/mach-s3c6400/include/mach/uncompress.h2
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 cc822c5..c6a82a2 100644
--- a/arch/arm/mach-s3c6400/include/mach/uncompress.h
+++ b/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 */