diff options
author | Nishanth Menon <nm@ti.com> | 2022-05-04 18:49:30 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-05-04 20:27:06 -0500 |
commit | 53a8a8a82cd05ba931db83496a4d5916fa10f864 (patch) | |
tree | ec1f0d479d87ae2ef88c93870f04e68032eeffb4 /conf | |
parent | c86df4f36955c6c7472fc67246b61e9624f486fd (diff) | |
download | meta-ti-53a8a8a82cd05ba931db83496a4d5916fa10f864.tar.gz |
conf/machine: am62xx: Update build flag for low power mode
Update build flag for arm-trusted-firmware to include low power mode
support
K3_PM_SYSTEM_SUSPEND is added in arm-trusted-firmware now which enables
low power mode support for am62xx.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/am62xx.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/am62xx.inc b/conf/machine/include/am62xx.inc index e8823dd2..ff857b97 100644 --- a/conf/machine/include/am62xx.inc +++ b/conf/machine/include/am62xx.inc | |||
@@ -6,6 +6,8 @@ MACHINE_FEATURES += "screen touchscreen" | |||
6 | SERIAL_CONSOLES = "115200;ttyS2" | 6 | SERIAL_CONSOLES = "115200;ttyS2" |
7 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 7 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
8 | 8 | ||
9 | TFA_K3_SYSTEM_SUSPEND = "1" | ||
10 | |||
9 | # AM62 supports multi-certificate images, use the same | 11 | # AM62 supports multi-certificate images, use the same |
10 | IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}" | 12 | IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}" |
11 | 13 | ||