diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2009-02-24 21:12:20 +1100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-20 22:39:12 +0100 |
commit | 6d83e3ac61dcdbcb7f04664309a9689fe01c5704 (patch) | |
tree | 4eed3c7d268c14cb08911d6592545e0843a7330a /cpu/i386/timer.c | |
parent | f62fb99941c625605aa16a0097b396a5c16d2c88 (diff) | |
download | u-boot-imx-6d83e3ac61dcdbcb7f04664309a9689fe01c5704.zip u-boot-imx-6d83e3ac61dcdbcb7f04664309a9689fe01c5704.tar.gz u-boot-imx-6d83e3ac61dcdbcb7f04664309a9689fe01c5704.tar.bz2 |
Rename SC520 Configuration Options
Options are now all uniformly CONFIG_SYS_SC520_<option>
Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
Diffstat (limited to 'cpu/i386/timer.c')
-rw-r--r-- | cpu/i386/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/i386/timer.c b/cpu/i386/timer.c index 46db23f..79039c2 100644 --- a/cpu/i386/timer.c +++ b/cpu/i386/timer.c @@ -72,7 +72,7 @@ int timer_init(void) } -#ifdef CONFIG_SYS_TIMER_GENERIC +#ifdef CONFIG_SYS_GENERIC_TIMER /* the unit for these is CONFIG_SYS_HZ */ |