mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 03:58:18 -04:00
eNET: Fix CONFIG_SYS_HZ to be 1000
The clock interupt has always been 1kHz as per timer_init() in /arch/i386/cpu/sc520/sc520_timer.c Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
This commit is contained in:
parent
6fd445c328
commit
4f197c30e5
@ -140,7 +140,7 @@
|
|||||||
|
|
||||||
#define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
|
#define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
|
||||||
|
|
||||||
#define CONFIG_SYS_HZ 1024 /* incrementer freq: 1kHz */
|
#define CONFIG_SYS_HZ 1000 /* incrementer freq: 1kHz */
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------
|
/*-----------------------------------------------------------------------
|
||||||
* SDRAM Configuration
|
* SDRAM Configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user