Created
June 17, 2013 15:38
-
-
Save pamaury/5797888 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
sources | |
{ | |
_0 = "firmware.____.0.elf"; | |
_1 = "firmware.____.1.elf"; | |
_2 = "firmware.____.1.elf"; | |
_3 = "firmware.____.1.elf"; | |
uboot = "uboot.elf"; | |
} | |
section(0) | |
{ | |
load _0; | |
call _0(0); | |
load _1; | |
call _1(0); | |
load _2; | |
call _2(0); | |
load _3; | |
call _3; | |
load uboot; | |
jump uboot; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment