X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fi386%2Ftimer.c;h=46db23f59c6ebdf507f1e6d4df6bd0976a2439c2;hb=014c595f12d4f7e14cb10188f856465b2d41718f;hp=486d927a5a8a8c4cb5da7cbf220d0be91f4a3e05;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=oweals%2Fu-boot.git diff --git a/cpu/i386/timer.c b/cpu/i386/timer.c index 486d927a5a..46db23f59c 100644 --- a/cpu/i386/timer.c +++ b/cpu/i386/timer.c @@ -72,9 +72,9 @@ int timer_init(void) } -#ifdef CFG_TIMER_GENERIC +#ifdef CONFIG_SYS_TIMER_GENERIC -/* the unit for these is CFG_HZ */ +/* the unit for these is CONFIG_SYS_HZ */ /* FixMe: implement these */ void reset_timer (void)