Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191936
b: refs/heads/master
c: 5faf501
h: refs/heads/master
v: v3
  • Loading branch information
Yauhen Kharuzhy authored and Ben Dooks committed May 6, 2010
1 parent 011b7b0 commit 43a8f89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d3ef014b5fe959a789c2df708713d58c9491c3b
refs/heads/master: 5faf5011841dc2a4797093b845e49bc40b4b4666
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-s3c2410/include/mach/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 43a8f89

Please sign in to comment.