diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-07-23 16:16:11 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-25 15:45:19 -0500 |
commit | 2faac12f9632503d8f98c6bd4f7345cb5fc732b7 (patch) | |
tree | 688f0d7d2a88ffad969996aa8037f1b6f0e53a20 | |
parent | a4f6f4c6b51f9f4f3f2ae4099826529c2652b0e1 (diff) | |
download | meta-ti-2faac12f9632503d8f98c6bd4f7345cb5fc732b7.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.inc | 2 |
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 | ||
36 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "prueth-fw pruhsr-fw prusw-fw" | 36 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "prueth-fw pruhsr-fw prusw-fw" |
37 | 37 | ||
38 | TI_WKS_BOOTLOADER_APPEND="console=ttyS2,115200n8" | 38 | TI_WKS_BOOTLOADER_APPEND = "console=ttyS2,115200n8" |