You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
soc/ite/it8xxx2/kconfig: add warning for enable ram code with LTO
Because CONFIG_LTO default is y,
CONFIG_SOC_IT8XXX2_SERIAL_IN_RAM=y
CONFIG_SOC_IT8XXX2_KERNEL_IN_RAM=y
CONFIG_SOC_IT8XXX2_ZEPHYR_IN_RAM=y
These three configs are not effective.
So I add a warning if we enable CONFIG_LTO and put code to EC ram
at the same time.
Signed-off-by: Ruibin Chang <[email protected]>
0 commit comments