[U-Boot] [PATCH 1/1] efi_selftest: build miniapp test cases on x86_64

Heinrich Schuchardt xypron.glpk at gmx.de
Tue Jun 12 11:01:16 UTC 2018


Since commit 508d8567046f ("efi_selftest: allow building relocation code
on x86_64") we can build the miniapp test cases without error on x86_64.

But they are incompatible to the upcoming patches for the Sandbox.

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 lib/efi_selftest/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/efi_selftest/Makefile b/lib/efi_selftest/Makefile
index 4fe404d88d..528329bc5b 100644
--- a/lib/efi_selftest/Makefile
+++ b/lib/efi_selftest/Makefile
@@ -39,9 +39,7 @@ ifeq ($(CONFIG_BLK)$(CONFIG_PARTITIONS),yy)
 obj-$(CONFIG_CMD_BOOTEFI_SELFTEST) += efi_selftest_block_device.o
 endif
 
-# TODO: As of v2018.01 the relocation code for the EFI application cannot
-# be built on x86_64.
-ifeq ($(CONFIG_X86_64),)
+ifeq ($(SANDBOX),)
 
 ifneq ($(CONFIG_CMD_BOOTEFI_SELFTEST),)
 
-- 
2.17.1



More information about the U-Boot mailing list