From f308333e689570603cc74662e0ddfe7098915381 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Fri, 24 Oct 2025 11:17:26 -0500 Subject: [PATCH] am62axx: Add whitespace to append assignment Add missing whitespace on append assignment since the list is space separated. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/include/am62axx.inc | 4 ++-- 1 file 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" MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw" -TI_INITRAMFS_KERNEL_MODULES:append:bsp-mainline = "kernel-module-tps6594-i2c" -TI_INITRAMFS_KERNEL_MODULES:append:bsp-next = "kernel-module-tps6594-i2c" +TI_INITRAMFS_KERNEL_MODULES:append:bsp-mainline = " kernel-module-tps6594-i2c" +TI_INITRAMFS_KERNEL_MODULES:append:bsp-next = " kernel-module-tps6594-i2c"