ramips: add code for relocating a kernel to the right place
authorFelix Fietkau <nbd@openwrt.org>
Sat, 17 Jan 2015 21:19:38 +0000 (21:19 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 17 Jan 2015 21:19:38 +0000 (21:19 +0000)
commit506958b6f34cefa863ee3cee3656ef6cadbd6eb8
tree9d0ed8708e6a7f2c388d06b4825bd05e1896558f
parent3ef1fdbe0562d78a30ad27c33190fb4766d52b41
ramips: add code for relocating a kernel to the right place

(used if the boot loader wants a different loadaddr/entry)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44014 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/ramips/image/relocate/Makefile [new file with mode: 0644]
target/linux/ramips/image/relocate/cacheops.h [new file with mode: 0644]
target/linux/ramips/image/relocate/cp0regdef.h [new file with mode: 0644]
target/linux/ramips/image/relocate/head.S [new file with mode: 0644]
target/linux/ramips/image/relocate/loader.lds [new file with mode: 0644]