> On Jun 24, 2023, at 3:13 AM, Andrew Jones <andrew.jones@xxxxxxxxx> wrote: > > We also relocate when building non-efi arm64 unit tests, so this should be > > #if defined(CONFIG_EFI) || defined(__aarch64__) > > Or, we could create a new config, CONFIG_RELOC, which gets set by > --enable-efi and --arch=arm64. Will do. Thanks.