Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92331
b: refs/heads/master
c: 37b6972
h: refs/heads/master
i:
  92329: d3c879f
  92327: f9d259d
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Apr 24, 2008
1 parent 701dd93 commit 2ca2a24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 7f1c906808a36630990d83d872935c079b76595b
refs/heads/master: 37b6972ad8fb08d438fd600888aff212b1b193b0
8 changes: 4 additions & 4 deletions trunk/arch/blackfin/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -681,10 +681,10 @@ static inline int __init get_mem_size(void)
# endif
# elif defined(EBIU_DDRCTL1)
switch (bfin_read_EBIU_DDRCTL1() & 0xc0000) {
case DEVSZ_64: return 64;
case DEVSZ_128: return 128;
case DEVSZ_256: return 256;
case DEVSZ_512: return 512;
case DEVSZ_64: return 64 / 8;
case DEVSZ_128: return 128 / 8;
case DEVSZ_256: return 256 / 8;
case DEVSZ_512: return 512 / 8;
default: return 0;
}
# endif
Expand Down

0 comments on commit 2ca2a24

Please sign in to comment.