Skip to content

Commit 7f424c6

Browse files
committed
Merge tag 'linux_kselftest-kunit-fixes-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull kunit fix from Shuah Khan: "Fixes arch sh kunit qemu_configs script sh.py to honor kunit cmdline" * tag 'linux_kselftest-kunit-fixes-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: kunit: qemu_configs: SH: Respect kunit cmdline
2 parents 338d40c + b26c1a8 commit 7f424c6

File tree

1 file changed

+3
-1
lines changed
  • tools/testing/kunit/qemu_configs

1 file changed

+3
-1
lines changed

tools/testing/kunit/qemu_configs/sh.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
CONFIG_MEMORY_START=0x0c000000
88
CONFIG_SH_RTS7751R2D=y
99
CONFIG_RTS7751R2D_PLUS=y
10-
CONFIG_SERIAL_SH_SCI=y''',
10+
CONFIG_SERIAL_SH_SCI=y
11+
CONFIG_CMDLINE_EXTEND=y
12+
''',
1113
qemu_arch='sh4',
1214
kernel_path='arch/sh/boot/zImage',
1315
kernel_command_line='console=ttySC1',

0 commit comments

Comments
 (0)