diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-07-23 16:16:11 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-24 17:08:58 -0500 |
commit | 9dcf576edbb5b3357ce7aca687f34385a50fe2c9 (patch) | |
tree | 1462144fb8f9e22c95867fd1c6ace1ffff0c61df | |
parent | 8aa6c57ae7d608812db0e2ee14f5c38bd69bbb0f (diff) | |
download | meta-ti-9dcf576edbb5b3357ce7aca687f34385a50fe2c9.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" |