boards: lm3s6965-ek: Fix SYSCLK_FREQUENCY for QEMU

This commit is contained in:
Masayuki Ishikawa 2020-05-24 20:46:44 +09:00 committed by patacongo
parent 1f1dd43c6f
commit 563d94d969

View File

@ -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)
*