boards: lm3s6965-ek: Fix SYSCLK_FREQUENCY for QEMU
This commit is contained in:
parent
1f1dd43c6f
commit
563d94d969
@ -65,7 +65,12 @@
|
||||
*/
|
||||
|
||||
#define TIVA_SYSDIV 4
|
||||
|
||||
#ifdef CONFIG_TIVA_WITH_QEMU
|
||||
#define SYSCLK_FREQUENCY 12500000 /* 12.5MHz */
|
||||
#else
|
||||
#define SYSCLK_FREQUENCY 50000000 /* 50MHz */
|
||||
#endif
|
||||
|
||||
/* Peripheral Clock (PCLK)
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user