soc: arm: nxp: kinetis: k6x: move clock defines
Rename the clock defines from k64 to K6X. This allows inclusion of K66 series MCU's support without much re-defines. Clock divider defaults to K64 series. Signed-off-by: Parthiban Nallathambi <pn@denx.de>
This commit is contained in:
parent
b49501e3c9
commit
7dcffb6ccd
3 changed files with 17 additions and 17 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
#define SYSCLK_DEFAULT_IOSC_HZ MHZ(120)
|
||||
#define BUSCLK_DEFAULT_IOSC_HZ (SYSCLK_DEFAULT_IOSC_HZ / \
|
||||
CONFIG_K64_BUS_CLOCK_DIVIDER)
|
||||
CONFIG_K6X_BUS_CLOCK_DIVIDER)
|
||||
|
||||
/* address bases */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue