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)
commit33848f14d30d51e15ce99765a7063abe38bc6e92
tree2afd99d106ac76b1240733500560608584a8c697
parent82f21058a180b0b30007fe7c9ce2cde9f970301b
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>
SVN-Revision: 44014
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]