This repository was archived by the owner on Jan 8, 2025. It is now read-only.
forked from efidroid/bootloader_lk
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[arm] fix problem with gcc 4.4 to ensure the boot code is in the binary
seems that gcc 4.4 or the newer binutils likes to put linker generated shims first in link order. Tweak the boot code to use a special section that is ordered first by the linker script. Conflicts: arch/arm/crt0.S Change-Id: Ib38697ce3de375965f607fd17c56bfc16b7774e1
- Loading branch information
Ajay Dudani
committed
Jul 28, 2011
1 parent
12403e3
commit c713ab8
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters