summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-10-24 11:17:26 -0500
committerRyan Eatmon <reatmon@ti.com>2025-10-24 13:59:24 -0500
commitf308333e689570603cc74662e0ddfe7098915381 (patch)
treebe944b7dc74d34703f49eef47ec64d5ec3e05965
parent1e831a61f010213e4186ea53d0b6b1d70c3b260b (diff)
downloadmeta-ti-f308333e689570603cc74662e0ddfe7098915381.tar.gz
am62axx: Add whitespace to append assignment
Add missing whitespace on append assignment since the list is space separated. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/include/am62axx.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62axx.inc b/meta-ti-bsp/conf/machine/include/am62axx.inc
index bacee3a6..b66a2227 100644
--- a/meta-ti-bsp/conf/machine/include/am62axx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62axx.inc
@@ -12,5 +12,5 @@ OPTEEMACHINE = "k3-am62x"
12 12
13MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw" 13MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw"
14 14
15TI_INITRAMFS_KERNEL_MODULES:append:bsp-mainline = "kernel-module-tps6594-i2c" 15TI_INITRAMFS_KERNEL_MODULES:append:bsp-mainline = " kernel-module-tps6594-i2c"
16TI_INITRAMFS_KERNEL_MODULES:append:bsp-next = "kernel-module-tps6594-i2c" 16TI_INITRAMFS_KERNEL_MODULES:append:bsp-next = " kernel-module-tps6594-i2c"