summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-07-23 14:52:39 -0500
committerRyan Eatmon <reatmon@ti.com>2025-07-24 08:57:04 -0500
commit30eaf25b07172b061b0f3e053ee970293dddb394 (patch)
tree5992c1d7ec4199053a7e6d5c12b4d14769177a11
parent3e69ce3af0f2f3ba0b66de944f954274f6dc93f9 (diff)
downloadmeta-ti-30eaf25b07172b061b0f3e053ee970293dddb394.tar.gz
conf: machine: am64xx: Cleanup assignment whitespace
A recent change in bitbake requires that all variable assignments have whitespace between the variable, the operator and the value. FOO = "1" Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/include/am64xx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am64xx.inc b/meta-ti-bsp/conf/machine/include/am64xx.inc
index 56b56afe..27165547 100644
--- a/meta-ti-bsp/conf/machine/include/am64xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am64xx.inc
@@ -35,4 +35,4 @@ OPTEEMACHINE = "k3-am64x"
35 35
36MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "prueth-fw pruhsr-fw prusw-fw" 36MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "prueth-fw pruhsr-fw prusw-fw"
37 37
38TI_WKS_BOOTLOADER_APPEND="console=ttyS2,115200n8" 38TI_WKS_BOOTLOADER_APPEND = "console=ttyS2,115200n8"