
23 May
2018
23 May
'18
1:29 a.m.
On 18 May 2018 at 11:12, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
Variables EFI_RELOC and EFI_CRT0 have to be defined to build the EFI unit tests. This patch ensures this for the x86 architecure.
If we compile with EFI_STUB, the bitness depends on CONFIG_EFI_STUB_64BIT. Otherwise the bitness depends on CONFIG_X86_64.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
arch/x86/config.mk | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org