mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
arm: lib: Fix fix push/pop-section directives
Repair typos in the previous "arm: lib: fix push/pop-section directives"
patch, which prevented VCMA9 board from building.
Signed-off-by: Marek Vasut <marex@denx.de>
Fixes: b2f1858455
("arm: lib: fix push/pop-section directives")
Cc: Tom Warren <twarren@nvidia.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
cc749523ae
commit
756e76f075
1 changed files with 2 additions and 2 deletions
|
@ -367,9 +367,9 @@ UNWIND(.fnend)
|
|||
ENDPROC(Ldiv0)
|
||||
.popsection
|
||||
|
||||
.pushsection .text.__gnu_thumb1_case_sqi, "ax"
|
||||
/* Thumb-1 specialities */
|
||||
#if defined(CONFIG_SYS_THUMB_BUILD) && !defined(CONFIG_HAS_THUMB2)
|
||||
.pushsection .text.__gnu_thumb1_case_sqi, "ax"
|
||||
ENTRY(__gnu_thumb1_case_sqi)
|
||||
push {r1}
|
||||
mov r1, lr
|
||||
|
@ -383,7 +383,7 @@ ENTRY(__gnu_thumb1_case_sqi)
|
|||
ENDPROC(__gnu_thumb1_case_sqi)
|
||||
.popsection
|
||||
|
||||
_.pushsection .text.__gnu_thumb1_case_uqi, "ax"
|
||||
.pushsection .text.__gnu_thumb1_case_uqi, "ax"
|
||||
ENTRY(__gnu_thumb1_case_uqi)
|
||||
push {r1}
|
||||
mov r1, lr
|
||||
|
|
Loading…
Add table
Reference in a new issue