Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190640
b: refs/heads/master
c: e5992c0
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Artamonow authored and Russell King committed May 1, 2010
1 parent 6b3fb9b commit daa82a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d2ae1587b8283e58e18b31f7764592f462edaf31
refs/heads/master: e5992c05ffaa405cd291aa9fbca042ad47d53632
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-sa1100/cpu-sa1110.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ static int __init sa1110_clk_init(void)
struct sdram_params *sdram;
const char *name = sdram_name;

if (!cpu_is_sa1110())
return -ENODEV;

if (!name[0]) {
if (machine_is_assabet())
name = "TC59SM716-CL3";
Expand Down

0 comments on commit daa82a9

Please sign in to comment.