Skip to content

Commit 09ea90e

Browse files
t-8chshuahkh
authored andcommitted
kunit: qemu_configs: powerpc: Explicitly enable CONFIG_CPU_BIG_ENDIAN=y
The configuration generated by kunit ends up with big endian. A new kunit configuration for little endian is to be added. To make the difference clearer spell out the endianness 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 6cf6b0a commit 09ea90e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/kunit/qemu_configs/powerpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
QEMU_ARCH = QemuArchParams(linux_arch='powerpc',
44
kconfig='''
55
CONFIG_PPC64=y
6+
CONFIG_CPU_BIG_ENDIAN=y
67
CONFIG_SERIAL_8250=y
78
CONFIG_SERIAL_8250_CONSOLE=y
89
CONFIG_HVC_CONSOLE=y''',

0 commit comments

Comments
 (0)