Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
346bbff6eb80e374b546f6ffee1cf713bca495a5
346bbff6eb80e374b546f6ffee1cf713bca495a5
Switch branch/tag
sunxi-tools
boot_head.lds
Find file
Normal view
History
Permalink
boot_head.lds
81 Bytes
Edit
Web IDE
Newer
Older
Boot header to work around broken bootloaders
Henrik Nordstrom
committed
Oct 11, 2012
1
2
3
4
5
6
7
SECTIONS
{
. = 0x40007000;
.text : { *(.text) }
}