diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2025-10-24 11:17:26 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-10-24 13:59:24 -0500 |
| commit | f308333e689570603cc74662e0ddfe7098915381 (patch) | |
| tree | be944b7dc74d34703f49eef47ec64d5ec3e05965 | |
| parent | 1e831a61f010213e4186ea53d0b6b1d70c3b260b (diff) | |
| download | meta-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.inc | 4 |
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 | ||
| 13 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw" | 13 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw" |
| 14 | 14 | ||
| 15 | TI_INITRAMFS_KERNEL_MODULES:append:bsp-mainline = "kernel-module-tps6594-i2c" | 15 | TI_INITRAMFS_KERNEL_MODULES:append:bsp-mainline = " kernel-module-tps6594-i2c" |
| 16 | TI_INITRAMFS_KERNEL_MODULES:append:bsp-next = "kernel-module-tps6594-i2c" | 16 | TI_INITRAMFS_KERNEL_MODULES:append:bsp-next = " kernel-module-tps6594-i2c" |
