libpayload/unit-tests: Rename ARCH_BIG_ENDIAN to ARCH_MOCK_BIG_ENDIAN
This fixes commit 12ae850dfc
which used the wrong symbol, and previous
versions of Kconfig didn't notice.
Change-Id: I7145fd81a30a1455a6dd2c7f24564956a116d180
Signed-off-by: Patrick Georgi <patrick@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79263
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
0eab62b9cf
commit
786292a0fc
|
@ -1,2 +1,2 @@
|
|||
CONFIG_LP_ARCH_MOCK=y
|
||||
CONFIG_LP_ARCH_BIG_ENDIAN=n
|
||||
CONFIG_LP_ARCH_MOCK_BIG_ENDIAN=n
|
||||
|
|
Loading…
Reference in New Issue