projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55c524d
)
boot/shim: re-enable on ARM32
author
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 5 Apr 2021 20:21:55 +0000
(22:21 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 6 Apr 2021 09:46:09 +0000
(11:46 +0200)
shim 15.4 builds just fine on ARM32.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/shim/Config.in
patch
|
blob
|
history
diff --git
a/boot/shim/Config.in
b/boot/shim/Config.in
index 596ff5b2cff951e3aedb2f71fd6e921b3e91603b..2f74d6f33264d28602e586d4d9bb6417d11a02ab 100644
(file)
--- a/
boot/shim/Config.in
+++ b/
boot/shim/Config.in
@@
-2,8
+2,6
@@
config BR2_TARGET_SHIM
bool "shim"
# it includes gnu-efi
depends on BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS
- # ARM32 build currently broken
- depends on !BR2_ARM_CPU_HAS_ARM
help
Boot loader to chain-load signed boot loaders under Secure
Boot.