mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
feat(s32g274a): use s32cc clock driver
To enable early clocks, such as A53, XBAR, and others, the clock driver compilation should be included as part of the BL2 stage. Change-Id: I17ba195d8c3cf3f91bd333a00d4a4af2f1f472b7 Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
This commit is contained in:
parent
3a580e9e47
commit
f1e4ac56b5
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ ERRATA_SPECULATIVE_AT := 1
|
|||
|
||||
# Selecting Drivers for SoC
|
||||
$(eval $(call SET_NXP_MAKE_FLAG,CONSOLE_NEEDED,BL_COMM))
|
||||
$(eval $(call SET_NXP_MAKE_FLAG,CLK_NEEDED,BL_COMM))
|
||||
|
||||
include ${PLAT_DRIVERS_PATH}/drivers.mk
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue