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> (cherry picked from commit 6dc6a747fd44ab908f430c0895e6f6cbd03412e5) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
b6db1c24a8
commit
920e7f06df
@ -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