boot/shim: disable on mips64el
Fix the following build failure on mips64el raised since commit11b347c03a
: In file included from shim.h:47, from shim.c:14: /nvmedata/autobuild/instance-17/output-1/build/shim-15.4/include/system/stdarg.h:72:2: error: #error what arch is this 72 | #error what arch is this | ^~~~~ Fixes: - http://autobuild.buildroot.org/results/74f4f1d010cfde6978fd614195ef0006f0acb45a Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit2fd41e56e0
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
fb517e8343
commit
1d763fce2c
@ -2,6 +2,7 @@ config BR2_TARGET_SHIM
|
||||
bool "shim"
|
||||
# it includes gnu-efi
|
||||
depends on BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS
|
||||
depends on !BR2_mips64el
|
||||
help
|
||||
Boot loader to chain-load signed boot loaders under Secure
|
||||
Boot.
|
||||
|
Loading…
Reference in New Issue
Block a user