diff options
author | Andrew Davis <afd@ti.com> | 2023-07-18 09:52:08 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-07-21 10:46:21 -0500 |
commit | eab6ae309cbd0a1a3f65b129243d1cfbe7bc589c (patch) | |
tree | 670da141bca067f0cb54e89f83eb16428ce4642f /meta-ti-bsp/conf | |
parent | 09f37046a3c9fec9607d4c359fa6c307f7ab0aa0 (diff) | |
download | meta-ti-eab6ae309cbd0a1a3f65b129243d1cfbe7bc589c.tar.gz |
conf: machine: am65xx: Remove SYSFW_SUFFIX from non-k3r5 configs
This definition is only needed in the "-k3r5" multiconfig files.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/am65xx-evm.conf | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/am65xx-hs-evm.conf | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/meta-ti-bsp/conf/machine/am65xx-evm.conf b/meta-ti-bsp/conf/machine/am65xx-evm.conf index 63f2ecc5..8b6ef546 100644 --- a/meta-ti-bsp/conf/machine/am65xx-evm.conf +++ b/meta-ti-bsp/conf/machine/am65xx-evm.conf | |||
@@ -2,8 +2,6 @@ | |||
2 | #@NAME: AM65xx EVM | 2 | #@NAME: AM65xx EVM |
3 | #@DESCRIPTION: Machine configuration for the TI AM65xx EVM | 3 | #@DESCRIPTION: Machine configuration for the TI AM65xx EVM |
4 | 4 | ||
5 | SYSFW_SUFFIX = "gp" | ||
6 | |||
7 | require conf/machine/include/am65xx.inc | 5 | require conf/machine/include/am65xx.inc |
8 | 6 | ||
9 | UBOOT_MACHINE = "am65x_evm_a53_defconfig" | 7 | UBOOT_MACHINE = "am65x_evm_a53_defconfig" |
diff --git a/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf b/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf index 3c6a1574..0addec90 100644 --- a/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf +++ b/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf | |||
@@ -2,8 +2,6 @@ | |||
2 | #@NAME: AM65xx HS EVM | 2 | #@NAME: AM65xx HS EVM |
3 | #@DESCRIPTION: Machine configuration for the TI AM65xx HS EVM | 3 | #@DESCRIPTION: Machine configuration for the TI AM65xx HS EVM |
4 | 4 | ||
5 | SYSFW_SUFFIX = "hs" | ||
6 | |||
7 | require conf/machine/include/am65xx.inc | 5 | require conf/machine/include/am65xx.inc |
8 | 6 | ||
9 | UBOOT_MACHINE = "am65x_hs_evm_a53_defconfig" | 7 | UBOOT_MACHINE = "am65x_hs_evm_a53_defconfig" |