diff options
author | James <> | 2015-09-26 12:29:31 +0100 |
---|---|---|
committer | James <> | 2015-09-26 12:29:31 +0100 |
commit | 626d9efa74685720020e816f3a917b7591d3cf7a (patch) | |
tree | d22eef73ae82287b30a1140decb4fc806d39d621 /target/linux/at91/image/dfboot/src/jump.S | |
download | trunk-47048-626d9efa74685720020e816f3a917b7591d3cf7a.tar.gz trunk-47048-626d9efa74685720020e816f3a917b7591d3cf7a.tar.bz2 trunk-47048-626d9efa74685720020e816f3a917b7591d3cf7a.zip |
trunk-47048
Diffstat (limited to 'target/linux/at91/image/dfboot/src/jump.S')
-rw-r--r-- | target/linux/at91/image/dfboot/src/jump.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/at91/image/dfboot/src/jump.S b/target/linux/at91/image/dfboot/src/jump.S new file mode 100644 index 0000000..cc69311 --- /dev/null +++ b/target/linux/at91/image/dfboot/src/jump.S @@ -0,0 +1,4 @@ +.global Jump + +Jump: mov pc, r0 + |