Skip to content

Instantly share code, notes, and snippets.

@pamaury
Created June 17, 2013 15:38
Show Gist options
  • Save pamaury/5797888 to your computer and use it in GitHub Desktop.
Save pamaury/5797888 to your computer and use it in GitHub Desktop.
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