]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_loader: move HOST_ARCH to version_autogenerated.h
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 3 Apr 2024 23:00:41 +0000 (01:00 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 8 Apr 2024 11:04:48 +0000 (13:04 +0200)
commita0a749787aa4cebd8a1b919ee04cc8f450796fcb
tree8da39804fd0f8461a77883e8be03fff4aa55151c
parent8f31929562f5305c0ce94f2f41eedeb231d8d215
efi_loader: move HOST_ARCH to version_autogenerated.h

efi_default_filename.h requires HOST_ARCH to be defined. Up to now we
defined it via a CFLAGS. This does not scale. Add the symbol to
version_autogenerated.h instead.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Makefile
arch/sandbox/config.mk
include/host_arch.h
lib/efi_loader/Makefile