Skip to content

Commit d16b3d0

Browse files
t-8chshuahkh
authored andcommitted
kunit: qemu_configs: sparc: Explicitly enable CONFIG_SPARC32=y
The configuration generated by kunit ends up with a 32bit configuration. A new kunit configuration for 64bit is to be added. To make the difference clearer spell out the variant in the kunit reference config. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Thomas Weißschuh <[email protected]> Reviewed-by: David Gow <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent 9a99129 commit d16b3d0

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

tools/testing/kunit/qemu_configs/sparc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
QEMU_ARCH = QemuArchParams(linux_arch='sparc',
44
kconfig='''
5+
CONFIG_SPARC32=y
56
CONFIG_SERIAL_SUNZILOG=y
67
CONFIG_SERIAL_SUNZILOG_CONSOLE=y
78
''',

0 commit comments

Comments
 (0)