global: Move remaining CONFIG_SYS_* to CFG_SYS_*
[platform/kernel/u-boot.git] / arch / arm / mach-keystone / cmd_mon.c
index 4734e4c..dc97bac 100644 (file)
@@ -23,7 +23,7 @@ static int do_mon_install(struct cmd_tbl *cmdtp, int flag, int argc,
        if (argc < 2)
                return CMD_RET_USAGE;
 
-       freq = CONFIG_SYS_HZ_CLOCK;
+       freq = CFG_SYS_HZ_CLOCK;
 
        addr = hextoul(argv[1], NULL);