Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132085
b: refs/heads/master
c: 7acab7a
h: refs/heads/master
i:
  132083: 6ccd0e6
v: v3
  • Loading branch information
Enrik Berkhan authored and Bryan Wu committed Mar 5, 2009
1 parent 2148339 commit 632dd14
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c18e99cfba746ab0ad8d45e1f351ed990947c58c
refs/heads/master: 7acab7a9ca6b0c5b820f083424c57e6ac2031d9d
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-common/clocks-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define SDGCTL_WIDTH (1 << 31) /* SDRAM external data path width */
#define PLL_CTL_VAL \
(((CONFIG_VCO_MULT & 63) << 9) | CLKIN_HALF | \
(PLL_BYPASS << 8) | (ANOMALY_05000265 ? 0x8000 : 0))
(PLL_BYPASS << 8) | (ANOMALY_05000305 ? 0 : 0x8000))

__attribute__((l1_text))
static void do_sync(void)
Expand Down

0 comments on commit 632dd14

Please sign in to comment.