boot/shim: disable on mips64el

Fix the following build failure on mips64el raised since commit
11b347c03ab0b38389ec11b48f63236a3b4d6547:

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>
2022.05.x
Fabrice Fontaine 2022-04-19 14:14:09 +02:00 committed by Peter Korsgaard
parent e7a3501750
commit 2fd41e56e0
1 changed files with 1 additions and 0 deletions

View File

@ -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.