mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
boot/shim/shim.mk: fix 'deactivate' typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
7bd00d5506
commit
6dc6a747fd
@ -22,7 +22,7 @@ SHIM_MAKE_OPTS = \
|
||||
|
||||
# shim has some assembly function that is not present in Thumb mode:
|
||||
# Error: selected processor does not support `mrc p15,0,r2,c9,c13,0' in Thumb mode
|
||||
# so, we desactivate Thumb mode
|
||||
# so, we deactivate Thumb mode
|
||||
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
|
||||
SHIM_CFLAGS += -marm
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user