lpc176x: Convert code to use armcm_timer
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user