diff options
author | Chirag Shilwant <c-shilwant@ti.com> | 2025-04-23 07:05:10 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-04-23 14:21:16 -0500 |
commit | c80e3d4b8171a0bcc205cf5b47067779981a9829 (patch) | |
tree | f1df74035ad84e4ce3e4acb88634becb069eb522 | |
parent | 1394211e26fa32ed1f6b407f2917c2110384b63b (diff) | |
download | meta-ti-c80e3d4b8171a0bcc205cf5b47067779981a9829.tar.gz |
conf: machine: am62axx: Exclude tiboot3.bin for GP
* The GP variant of AM62A SoC was only used internally
for initial device bring-up and is not publicly available.
Hence, drop it from IMAGE_BOOT_FILES to ensure
tiboot3-am62ax-gp-evm.bin is not packaged inside vfat boot
partition of wic image
Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am62axx.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62axx.inc b/meta-ti-bsp/conf/machine/include/am62axx.inc index 98cea203..e5f827a9 100644 --- a/meta-ti-bsp/conf/machine/include/am62axx.inc +++ b/meta-ti-bsp/conf/machine/include/am62axx.inc | |||
@@ -10,9 +10,6 @@ TFA_K3_SYSTEM_SUSPEND = "1" | |||
10 | # Default tiboot3.bin on AM62A is for HS-FS | 10 | # Default tiboot3.bin on AM62A is for HS-FS |
11 | IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-fs-evm.bin" | 11 | IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-fs-evm.bin" |
12 | 12 | ||
13 | # Since default tiboot3.bin on AM62A is for HS-FS, add a version for GP | ||
14 | IMAGE_BOOT_FILES += "tiboot3-am62ax-gp-evm.bin" | ||
15 | |||
16 | # Since default tiboot3.bin on AM62A is for HS-FS, add a version for HS-SE | 13 | # Since default tiboot3.bin on AM62A is for HS-FS, add a version for HS-SE |
17 | IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-evm.bin" | 14 | IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-evm.bin" |
18 | 15 | ||