rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / cpu / mpc83xx / speed.c
index 76c569d..3a708d8 100644 (file)
@@ -90,7 +90,7 @@ corecnf_t corecnf_tab[] = {
  */
 int get_clocks(void)
 {
-       volatile immap_t *im = (immap_t *) CFG_IMMR;
+       volatile immap_t *im = (immap_t *) CONFIG_SYS_IMMR;
        u32 pci_sync_in;
        u8 spmf;
        u8 clkin_div;