soc: lpc55xxx: Fix TFM
TFM is using flash, so sys. clock must be decreased. Fixes #65957 Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
This commit is contained in:
parent
276ae6c573
commit
abcfd0cbd8
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ config INIT_PLL0
|
|||
config INIT_PLL1
|
||||
bool "Initialize PLL1"
|
||||
default "y"
|
||||
depends on !(SOC_LPC55S06 || FLASH)
|
||||
depends on !(SOC_LPC55S06 || FLASH || BUILD_WITH_TFM)
|
||||
help
|
||||
In the LPC55XXX Family, this is currently being used to set the
|
||||
core clock value at it's highest frequency which clocks at 150MHz.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue