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:43:28 -0500 |
commit | b8fb4a6ab57c6cac81d5f74974770b6981ae575f (patch) | |
tree | f2eeb8989e1a6e519a142447f67d42b30724ec89 /meta-ti-bsp/conf/machine/am65xx-evm.conf | |
parent | 4be6466ef8e2b81679273867a3f9ecaaa0c33580 (diff) | |
download | meta-ti-b8fb4a6ab57c6cac81d5f74974770b6981ae575f.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/machine/am65xx-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/am65xx-evm.conf | 2 |
1 files changed, 0 insertions, 2 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" |