projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d3ef01
)
ARM: S3C: Add S3C2416 detection to uncompress code
author
Yauhen Kharuzhy
<jekhor@gmail.com>
Wed, 19 Aug 2009 13:31:05 +0000
(16:31 +0300)
committer
Ben Dooks
<ben-linux@fluff.org>
Thu, 6 May 2010 02:37:17 +0000
(11:37 +0900)
Add S3C2416 serial port setup to uncompress code.
Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2410/include/mach/uncompress.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2410/include/mach/uncompress.h
b/arch/arm/mach-s3c2410/include/mach/uncompress.h
index
72f756c
..
8b283f8
100644
(file)
--- a/
arch/arm/mach-s3c2410/include/mach/uncompress.h
+++ b/
arch/arm/mach-s3c2410/include/mach/uncompress.h
@@
-40,7
+40,9
@@
static void arch_detect_cpu(void)
cpuid &= S3C2410_GSTATUS1_IDMASK;
if (is_arm926() || cpuid == S3C2410_GSTATUS1_2440 ||
- cpuid == S3C2410_GSTATUS1_2442) {
+ cpuid == S3C2410_GSTATUS1_2442 ||
+ cpuid == S3C2410_GSTATUS1_2416 ||
+ cpuid == S3C2410_GSTATUS1_2450) {
fifo_mask = S3C2440_UFSTAT_TXMASK;
fifo_max = 63 << S3C2440_UFSTAT_TXSHIFT;
} else {