armcm_boot: Export MCU definition from armcm_boot

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-09-18 11:37:48 -04:00
parent 1c6a8267f9
commit 9b70c052cc
6 changed files with 12 additions and 16 deletions

View File

@@ -23,6 +23,11 @@ choice
bool "lpc1769 (120 Mhz)"
endchoice
config MCU
string
default "lpc1768" if MACH_LPC1768
default "lpc1769" if MACH_LPC1769
config CLOCK_FREQ
int
default 100000000 if MACH_LPC1768