Dear Stefan Althoefer, In message <49384728.lmggwd1otzmugoap%[email protected]> you wrote: > > With this patch, this is nonsense. Instead you should use: > > #ifdef CONFIG_USE_IRQ > /* Interrupt driven timer wants system tick here */ > #define CONFIG_SYS_HZ 1000 > #else > /* The code in cpu/ixp/timer.c needs timer clock tick in HZ */ > #define CONFIG_SYS_HZ 66666666 > #endif
No, this is wrong. CONFIG_SYS_HZ should always be 1000, without exceptions. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] Accident: A condition in which presence of mind is good, but absence of body is better. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

