lpc176x: Convert code to use armcm_timer

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-01-31 22:58:01 -05:00
parent 77db1aa379
commit 1096075d9b
4 changed files with 6 additions and 67 deletions

View File

@@ -25,8 +25,8 @@ endchoice
config CLOCK_FREQ
int
default 25000000 if MACH_LPC1768 # 100000000 / 4
default 30000000 if MACH_LPC1769 # 120000000 / 4
default 100000000 if MACH_LPC1768
default 120000000 if MACH_LPC1769
config SMOOTHIEWARE_BOOTLOADER
bool "Target board uses Smoothieware bootloader"