efi_selftest: enable Exit() unit test on x86_64
[oweals/u-boot.git] / lib / efi_selftest / Makefile
index 5d7a1643ef6ac6ef3e1cd23c51cdaf8826187381..f326ead56d5ade6784ec8fd3e930e2be124383c1 100644 (file)
@@ -55,9 +55,9 @@ ifeq ($(CONFIG_BLK)$(CONFIG_PARTITIONS),yy)
 obj-y += efi_selftest_block_device.o
 endif
 
-# TODO: As of v2019.01 the relocation code for the EFI application cannot
-# be built on ARMv7-M, Sandbox, and x86_64.
-ifeq ($(CONFIG_SANDBOX)$(CONFIG_CPU_V7M)$(CONFIG_X86_64),)
+# TODO: As of v2019.10 the relocation code for the EFI application cannot
+# be built on ARMv7-M and Sandbox.
+ifeq ($(CONFIG_SANDBOX)$(CONFIG_CPU_V7M),)
 
 obj-y += \
 efi_selftest_loadimage.o \