10 Aug, 2012
2 commits
-
When reset code is in flash, the jump instructions emitted by the
compiler are relative instead of absolute jumps.A fix to the reset code to make correct jumps to the beginning of
code relocated to RAM have also been added.Signed-off-by: Julius Baxter
-
All the global flag defines are the same across all arches. So unify them
in one place, and add a simple way for arches to extend for their needs.Signed-off-by: Mike Frysinger
16 May, 2012
1 commit
-
This field gets read in one place (by "bdinfo"), and we can replace
that with getenv("ipaddr"). After all, the bi_ip_addr field is kept
up-to-date implicitly with the value of the ipaddr env var.Signed-off-by: Mike Frysinger
Reviewed-by: Joe Hershberger
14 Jan, 2012
3 commits
-
Signed-off-by: Stefan Kristiansson
-
Signed-off-by: Stefan Kristiansson
-
Signed-off-by: Stefan Kristiansson