diff options
-rw-r--r-- | include/asm-m68knommu/m5249sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68knommu/m5249sim.h b/include/asm-m68knommu/m5249sim.h index 9344f529bd8f..399814f0b219 100644 --- a/include/asm-m68knommu/m5249sim.h +++ b/include/asm-m68knommu/m5249sim.h | |||
@@ -157,7 +157,7 @@ | |||
157 | movel %d0,0x180(%a1) /* set PLL register */ | 157 | movel %d0,0x180(%a1) /* set PLL register */ |
158 | nop | 158 | nop |
159 | 159 | ||
160 | #ifdef CONFIG_CLOCK_140MHz | 160 | #if CONFIG_CLOCK_FREQ == 140000000 |
161 | /* | 161 | /* |
162 | * Set initial clock frequency. This assumes M5249C3 board | 162 | * Set initial clock frequency. This assumes M5249C3 board |
163 | * is fitted with 11.2896MHz crystal. It will program the | 163 | * is fitted with 11.2896MHz crystal. It will program the |